Search Results for

    Show / Hide Table of Contents

    Class OutlookStorage.Attachment

    Inheritance
    System.Object
    OutlookStorage
    OutlookStorage.Attachment
    Implements
    System.IDisposable
    Inherited Members
    OutlookStorage.streamStatistics
    OutlookStorage.subStorageStatistics
    OutlookStorage.LoadStorage(OutlookStorage.NativeMethods.IStorage)
    OutlookStorage.GetStreamBytes(String)
    OutlookStorage.GetStreamAsString(String, Encoding)
    OutlookStorage.GetMailAddressProperty(OutlookStorage, String)
    OutlookStorage.GetMapiProperty(String)
    OutlookStorage.GetMapiPropertyString(String)
    OutlookStorage.GetMapiPropertyInt16(String)
    OutlookStorage.GetMapiPropertyInt32(String)
    OutlookStorage.GetMapiPropertyBytes(String)
    OutlookStorage.Dispose()
    OutlookStorage.Disposing()
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.DocumentProcessing.Outlook
    Assembly: Simplic.Framework.DocumentProcessing.dll
    Syntax
    public class Attachment : OutlookStorage, IDisposable

    Constructors

    | Improve this Doc View Source

    Attachment(OutlookStorage)

    Initializes a new instance of the OutlookStorage.Attachment class.

    Declaration
    public Attachment(OutlookStorage message)
    Parameters
    Type Name Description
    OutlookStorage message

    The message.

    Properties

    | Improve this Doc View Source

    ContentId

    Gets the content id.

    Declaration
    public string ContentId { get; }
    Property Value
    Type Description
    System.String

    The content id.

    | Improve this Doc View Source

    Data

    Gets the data.

    Declaration
    public byte[] Data { get; }
    Property Value
    Type Description
    System.Byte[]

    The data.

    | Improve this Doc View Source

    Filename

    Gets the filename.

    Declaration
    public string Filename { get; }
    Property Value
    Type Description
    System.String

    The filename.

    | Improve this Doc View Source

    RenderingPosisiton

    Gets the rendering posisiton.

    Declaration
    public int RenderingPosisiton { get; }
    Property Value
    Type Description
    System.Int32

    The rendering posisiton.

    Implements

    System.IDisposable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx