FindMessageTrackingReportOptions

Inheritance: java.lang.Object

public final class FindMessageTrackingReportOptions

Represents options for FindMessageTrackingReport operation

Constructors

ConstructorDescription
FindMessageTrackingReportOptions(String scope, String domain)Initializes a new instance of the FindMessageTrackingReportOptions class

Methods

MethodDescription
equals(Object arg0)
getClass()
getDiagnosticsLevel()Gets or sets diagnostics level specifying how detailed the tracing report should be.
getDomain()Gets or sets the domain to search for.
getEndDateTime()Gets or sets the search time period, indicating that the message was sent before this value.
getFederatedDeliveryMailbox()Gets or sets the mailbox to which a cross-premise message was sent.
getMessageId()Gets or sets the message identification to search for.
getRecipient()Gets or sets the e-mail addresses of the people who are receiving the message.
getScope()Gets or sets the search scope (non-empty string)
getSender()Gets or sets the e-mail address of the person who is sending the message.
getStartDateTime()Gets or sets the search time period, indicating that the message was sent after this value.
getSubject()Gets or sets the subject filter to search for.
hashCode()
notify()
notifyAll()
setDiagnosticsLevel(String value)Gets or sets diagnostics level specifying how detailed the tracing report should be.
setDomain(String value)Gets or sets the domain to search for.
setEndDateTime(Date value)Gets or sets the search time period, indicating that the message was sent before this value.
setFederatedDeliveryMailbox(MailAddress value)Gets or sets the mailbox to which a cross-premise message was sent.
setMessageId(String value)Gets or sets the message identification to search for.
setRecipient(MailAddress value)Gets or sets the e-mail addresses of the people who are receiving the message.
setScope(String value)Gets or sets the search scope (non-empty string)
setSender(MailAddress value)Gets or sets the e-mail address of the person who is sending the message.
setStartDateTime(Date value)Gets or sets the search time period, indicating that the message was sent after this value.
setSubject(String value)Gets or sets the subject filter to search for.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

FindMessageTrackingReportOptions(String scope, String domain)

public FindMessageTrackingReportOptions(String scope, String domain)

Initializes a new instance of the FindMessageTrackingReportOptions class

Parameters:

ParameterTypeDescription
scopejava.lang.StringSpecifies where to perform the search.
domainjava.lang.StringSpecified the domain to search for.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDiagnosticsLevel()

public final String getDiagnosticsLevel()

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

Returns: java.lang.String

getDomain()

public final String getDomain()

Gets or sets the domain to search for.

Returns: java.lang.String

getEndDateTime()

public final Date getEndDateTime()

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

Returns: java.util.Date

getFederatedDeliveryMailbox()

public final MailAddress getFederatedDeliveryMailbox()

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

Returns: MailAddress

getMessageId()

public final String getMessageId()

Gets or sets the message identification to search for.

Returns: java.lang.String

getRecipient()

public final MailAddress getRecipient()

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

Returns: MailAddress

getScope()

public final String getScope()

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

Returns: java.lang.String

getSender()

public final MailAddress getSender()

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

Returns: MailAddress

getStartDateTime()

public final Date getStartDateTime()

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

Returns: java.util.Date

getSubject()

public final String getSubject()

Gets or sets the subject filter to search for.

Returns: java.lang.String

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setDiagnosticsLevel(String value)

public final void setDiagnosticsLevel(String value)

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

Parameters:

ParameterTypeDescription
valuejava.lang.String

setDomain(String value)

public final void setDomain(String value)

Gets or sets the domain to search for.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setEndDateTime(Date value)

public final void setEndDateTime(Date value)

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

Parameters:

ParameterTypeDescription
valuejava.util.Date

setFederatedDeliveryMailbox(MailAddress value)

public final void setFederatedDeliveryMailbox(MailAddress value)

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

Parameters:

ParameterTypeDescription
valueMailAddress

setMessageId(String value)

public final void setMessageId(String value)

Gets or sets the message identification to search for.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setRecipient(MailAddress value)

public final void setRecipient(MailAddress value)

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

Parameters:

ParameterTypeDescription
valueMailAddress

setScope(String value)

public final void setScope(String value)

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

Parameters:

ParameterTypeDescription
valuejava.lang.String

setSender(MailAddress value)

public final void setSender(MailAddress value)

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

Parameters:

ParameterTypeDescription
valueMailAddress

setStartDateTime(Date value)

public final void setStartDateTime(Date value)

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

Parameters:

ParameterTypeDescription
valuejava.util.Date

setSubject(String value)

public final void setSubject(String value)

Gets or sets the subject filter to search for.

Parameters:

ParameterTypeDescription
valuejava.lang.String

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int