Class FindMessageTrackingReportOptions

FindMessageTrackingReportOptions class

Represents options for FindMessageTrackingReport operation

public sealed class FindMessageTrackingReportOptions

Constructors

NameDescription
FindMessageTrackingReportOptions(string, string)Initializes a new instance of the FindMessageTrackingReportOptions class

Properties

NameDescription
DiagnosticsLevel { get; set; }Gets or sets diagnostics level specifying how detailed the tracing report should be.
Domain { get; set; }Gets or sets the domain to search for.
EndDateTime { get; set; }Gets or sets the search time period, indicating that the message was sent before this value.
FederatedDeliveryMailbox { get; set; }Gets or sets the mailbox to which a cross-premise message was sent.
MessageId { get; set; }Gets or sets the message identification to search for.
Recipient { get; set; }Gets or sets the e-mail addresses of the people who are receiving the message.
Scope { get; set; }Gets or sets the search scope (non-empty string)
Sender { get; set; }Gets or sets the e-mail address of the person who is sending the message.
StartDateTime { get; set; }Gets or sets the search time period, indicating that the message was sent after this value.
Subject { get; set; }Gets or sets the subject filter to search for.

See Also