ExchangeMetadata Class |
Namespace: Aspose.Email.Clients.Activity
The ExchangeMetadata type exposes the following members.
Name | Description | |
---|---|---|
![]() | ExchangeMetadata | Initializes a new instance of the ExchangeMetadata class |
Name | Description | |
---|---|---|
![]() | BCC |
A collection of email addresses that were on the BCC line of the message.
Mandatory: No
|
![]() | CC |
A collection of email addresses that were on the CC line of the message.
Mandatory: Yes
|
![]() | From |
The user who sent the email.
Mandatory: Yes
|
![]() | MessageID |
The message ID of the email that triggered the event.
Mandatory: Yes
|
![]() | RecipientCount |
The total number of all recipients on the TO, CC, and BCC lines of the message.
Mandatory: Yes
|
![]() | Sent |
The time in UTC of when the email was sent.
Mandatory: Yes
|
![]() | Subject |
Suject of the email message.
Mandatory: No
|
![]() | To |
A collection of email addresses that were on the To line of the message.
Mandatory: No
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |