com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class FindMessageTrackingReportOptions



  • public final class FindMessageTrackingReportOptions
    extends Object

    Represents options for FindMessageTrackingReport operation

    • Method Detail

      • getScope

        public final String getScope()

        Gets or sets the search scope (non-empty string)

        Throws:
        AsposeArgumentException - value is null or empty
      • setScope

        public final void setScope(String value)

        Gets or sets the search scope (non-empty string)

        Throws:
        AsposeArgumentException - value is null or empty
      • setDomain

        public final void setDomain(String value)

        Gets or sets the domain to search for.

        Throws:
        AsposeArgumentException - value is null or empty
      • getSender

        public final MailAddress getSender()

        Gets or sets the e-mail address of the person who is sending the message.

      • setSender

        public final void setSender(MailAddress value)

        Gets or sets the e-mail address of the person who is sending the message.

      • getRecipient

        public final MailAddress getRecipient()

        Gets or sets the e-mail addresses of the people who are receiving the message.

      • setRecipient

        public final void setRecipient(MailAddress value)

        Gets or sets the e-mail addresses of the people who are receiving the message.

      • getSubject

        public final String getSubject()

        Gets or sets the subject filter to search for.

      • setSubject

        public final void setSubject(String value)

        Gets or sets the subject filter to search for.

      • getStartDateTime

        public final Date getStartDateTime()

        Gets or sets the search time period, indicating that the message was sent after this value.

      • setStartDateTime

        public final void setStartDateTime(Date value)

        Gets or sets the search time period, indicating that the message was sent after this value.

      • getEndDateTime

        public final Date getEndDateTime()

        Gets or sets the search time period, indicating that the message was sent before this value.

      • setEndDateTime

        public final void setEndDateTime(Date value)

        Gets or sets the search time period, indicating that the message was sent before this value.

      • getMessageId

        public final String getMessageId()

        Gets or sets the message identification to search for.

      • setMessageId

        public final void setMessageId(String value)

        Gets or sets the message identification to search for.

      • getFederatedDeliveryMailbox

        public final MailAddress getFederatedDeliveryMailbox()

        Gets or sets the mailbox to which a cross-premise message was sent.

      • setFederatedDeliveryMailbox

        public final void setFederatedDeliveryMailbox(MailAddress value)

        Gets or sets the mailbox to which a cross-premise message was sent.

      • getDiagnosticsLevel

        public final String getDiagnosticsLevel()

        Gets or sets diagnostics level specifying how detailed the tracing report should be.

      • setDiagnosticsLevel

        public final void setDiagnosticsLevel(String value)

        Gets or sets diagnostics level specifying how detailed the tracing report should be.