Class OutlookStorage.Recipient
Implements
System.IDisposable
Inherited Members
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 SourceRecipient(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 SourceDisplayName
Gets the display name.
Declaration
public string DisplayName { get; }
Property Value
Type | Description |
---|---|
System.String | The display name. |
Gets the recipient email.
Declaration
public string Email { get; }
Property Value
Type | Description |
---|---|
System.String | The recipient email. |
Type
Gets the recipient type.
Declaration
public OutlookStorage.RecipientType Type { get; }
Property Value
Type | Description |
---|---|
OutlookStorage.RecipientType | The recipient type. |
Implements
System.IDisposable