Search Results for

    Show / Hide Table of Contents

    Class OutlookStorage.Recipient

    Inheritance
    System.Object
    OutlookStorage
    OutlookStorage.Recipient
    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 Recipient : OutlookStorage, IDisposable

    Constructors

    | Improve this Doc View Source

    Recipient(OutlookStorage)

    Initializes a new instance of the OutlookStorage.Recipient class.

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

    The message.

    Properties

    | Improve this Doc View Source

    DisplayName

    Gets the display name.

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

    The display name.

    | Improve this Doc View Source

    Email

    Gets the recipient email.

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

    The recipient email.

    | Improve this Doc View Source

    Type

    Gets the recipient type.

    Declaration
    public OutlookStorage.RecipientType Type { get; }
    Property Value
    Type Description
    OutlookStorage.RecipientType

    The recipient type.

    Implements

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