FindMessageTrackingReportOptions
Contents
[
Hide
]FindMessageTrackingReportOptions class
Represents options for FindMessageTrackingReport operation
Constructors
| Name | Description |
|---|---|
| FindMessageTrackingReportOptions | Initializes a new instance of the FindMessageTrackingReportOptions class |
Methods
| Name | Description |
|---|---|
| get_DiagnosticsLevel | Gets diagnostics level specifying how detailed the tracing report should be. |
| get_Domain | Gets the domain to search for. |
| get_EndDateTime | Gets the search time period, indicating that the message was sent before this value. |
| get_FederatedDeliveryMailbox | Gets the mailbox to which a cross-premise message was sent. |
| get_MessageId | Gets the message identification to search for. |
| get_Recipient | Gets the e-mail addresses of the people who are receiving the message. |
| get_Scope | Gets the search scope (non-empty string) |
| get_Sender | Gets the e-mail address of the person who is sending the message. |
| get_StartDateTime | Gets the search time period, indicating that the message was sent after this value. |
| get_Subject | Gets the subject filter to search for. |
| set_DiagnosticsLevel | Sets diagnostics level specifying how detailed the tracing report should be. |
| set_Domain | Sets the domain to search for. |
| set_EndDateTime | Sets the search time period, indicating that the message was sent before this value. |
| set_FederatedDeliveryMailbox | Sets the mailbox to which a cross-premise message was sent. |
| set_MessageId | Sets the message identification to search for. |
| set_Recipient | Sets the e-mail addresses of the people who are receiving the message. |
| set_Scope | Sets the search scope (non-empty string) |
| set_Sender | Sets the e-mail address of the person who is sending the message. |
| set_StartDateTime | Sets the search time period, indicating that the message was sent after this value. |
| set_Subject | Sets the subject filter to search for. |