ExchangeMetadata

ExchangeMetadata class

Exchange metadata in DLP events

The ExchangeMetadata type exposes the following members:

Constructors

NameDescription
ExchangeMetadata()Initializes a new instance of the ExchangeMetadata class

Properties

NameDescription
message_idThe message ID of the email that triggered the event.
Mandatory: Yes
from_addressThe user who sent the email.
Mandatory: Yes
toA collection of email addresses that were on the To line of the message.
Mandatory: No
ccA collection of email addresses that were on the CC line of the message.
Mandatory: Yes
bccA collection of email addresses that were on the BCC line of the message.
Mandatory: No
subjectSuject of the email message.
Mandatory: No
sentThe time in UTC of when the email was sent.
Mandatory: Yes
recipient_countThe total number of all recipients on the TO, CC, and BCC lines of the message.
Mandatory: Yes

See Also