FindMessageTrackingReportOptions
Inheritance: java.lang.Object
public final class FindMessageTrackingReportOptions
Represents options for FindMessageTrackingReport operation
Constructors
Constructor | Description |
---|---|
FindMessageTrackingReportOptions(String scope, String domain) | Initializes a new instance of the FindMessageTrackingReportOptions class |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
scope | java.lang.String | Specifies where to perform the search. |
domain | java.lang.String | Specified the domain to search for. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setDomain(String value)
public final void setDomain(String value)
Gets or sets the domain to search for.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.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:
Parameter | Type | Description |
---|---|---|
value | java.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:
Parameter | Type | Description |
---|---|---|
value | MailAddress |
setMessageId(String value)
public final void setMessageId(String value)
Gets or sets the message identification to search for.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.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:
Parameter | Type | Description |
---|---|---|
value | MailAddress |
setScope(String value)
public final void setScope(String value)
Gets or sets the search scope (non-empty string)
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.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:
Parameter | Type | Description |
---|---|---|
value | MailAddress |
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:
Parameter | Type | Description |
---|---|---|
value | java.util.Date |
setSubject(String value)
public final void setSubject(String value)
Gets or sets the subject filter to search for.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.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:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |