ExchangeMetadata Class

Exchange metadata in DLP events
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActivityExchangeMetadata

Namespace:  Aspose.Email.Clients.Activity
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class ExchangeMetadata

The ExchangeMetadata type exposes the following members.

Constructors
  NameDescription
Public methodExchangeMetadata
Initializes a new instance of the ExchangeMetadata class
Properties
  NameDescription
Public propertyBCC
A collection of email addresses that were on the BCC line of the message. Mandatory: No
Public propertyCC
A collection of email addresses that were on the CC line of the message. Mandatory: Yes
Public propertyFrom
The user who sent the email. Mandatory: Yes
Public propertyMessageID
The message ID of the email that triggered the event. Mandatory: Yes
Public propertyRecipientCount
The total number of all recipients on the TO, CC, and BCC lines of the message. Mandatory: Yes
Public propertySent
The time in UTC of when the email was sent. Mandatory: Yes
Public propertySubject
Suject of the email message. Mandatory: No
Public propertyTo
A collection of email addresses that were on the To line of the message. Mandatory: No
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also