GetMailTipsOptions
Contents
[
Hide
]Inheritance: java.lang.Object
public final class GetMailTipsOptions
Represents options for GetMailTips
Constructors
Constructor | Description |
---|---|
GetMailTipsOptions(MailAddress sendingAs, MailAddressCollection recipients, int mailTipsRequested) | Initializes a new instance of the GetMailTipsOptions class |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getMailTipsRequested() | Gets or sets the types of mail tips requested from the service. |
getRecipients() | Gets or sets a list of recipients to check for mail tips. |
getSendingAs() | Gets or sets an e-mail address that a user is trying to send as. |
hashCode() | |
notify() | |
notifyAll() | |
setMailTipsRequested(int value) | Gets or sets the types of mail tips requested from the service. |
setRecipients(MailAddressCollection value) | Gets or sets a list of recipients to check for mail tips. |
setSendingAs(MailAddress value) | Gets or sets an e-mail address that a user is trying to send as. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
GetMailTipsOptions(MailAddress sendingAs, MailAddressCollection recipients, int mailTipsRequested)
public GetMailTipsOptions(MailAddress sendingAs, MailAddressCollection recipients, int mailTipsRequested)
Initializes a new instance of the GetMailTipsOptions class
Parameters:
Parameter | Type | Description |
---|---|---|
sendingAs | MailAddress | Specifies an e-mail address that a user is trying to send as. |
recipients | MailAddressCollection | Specifies a list of recipients to check for mail tips. |
mailTipsRequested | int | Specifies the types of mail tips requested from the service. |
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
getMailTipsRequested()
public final int getMailTipsRequested()
Gets or sets the types of mail tips requested from the service.
Returns: int
getRecipients()
public final MailAddressCollection getRecipients()
Gets or sets a list of recipients to check for mail tips.
Returns: MailAddressCollection
getSendingAs()
public final MailAddress getSendingAs()
Gets or sets an e-mail address that a user is trying to send as.
Returns: MailAddress
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setMailTipsRequested(int value)
public final void setMailTipsRequested(int value)
Gets or sets the types of mail tips requested from the service.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setRecipients(MailAddressCollection value)
public final void setRecipients(MailAddressCollection value)
Gets or sets a list of recipients to check for mail tips.
Parameters:
Parameter | Type | Description |
---|---|---|
value | MailAddressCollection |
setSendingAs(MailAddress value)
public final void setSendingAs(MailAddress value)
Gets or sets an e-mail address that a user is trying to send as.
Parameters:
Parameter | Type | Description |
---|---|---|
value | MailAddress |
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 |