FindMessageTrackingReportOptions

FindMessageTrackingReportOptions class

Represents options for FindMessageTrackingReport operation

Constructors

NameDescription
FindMessageTrackingReportOptionsInitializes a new instance of the FindMessageTrackingReportOptions class

Methods

NameDescription
get_DiagnosticsLevelGets diagnostics level specifying how detailed the tracing report should be.
get_DomainGets the domain to search for.
get_EndDateTimeGets the search time period, indicating that the message was sent before this value.
get_FederatedDeliveryMailboxGets the mailbox to which a cross-premise message was sent.
get_MessageIdGets the message identification to search for.
get_RecipientGets the e-mail addresses of the people who are receiving the message.
get_ScopeGets the search scope (non-empty string)
get_SenderGets the e-mail address of the person who is sending the message.
get_StartDateTimeGets the search time period, indicating that the message was sent after this value.
get_SubjectGets the subject filter to search for.
set_DiagnosticsLevelSets diagnostics level specifying how detailed the tracing report should be.
set_DomainSets the domain to search for.
set_EndDateTimeSets the search time period, indicating that the message was sent before this value.
set_FederatedDeliveryMailboxSets the mailbox to which a cross-premise message was sent.
set_MessageIdSets the message identification to search for.
set_RecipientSets the e-mail addresses of the people who are receiving the message.
set_ScopeSets the search scope (non-empty string)
set_SenderSets the e-mail address of the person who is sending the message.
set_StartDateTimeSets the search time period, indicating that the message was sent after this value.
set_SubjectSets the subject filter to search for.