GetMailTipsOptions

Inheritance: java.lang.Object

public final class GetMailTipsOptions

Represents options for GetMailTips

Constructors

ConstructorDescription
GetMailTipsOptions(MailAddress sendingAs, MailAddressCollection recipients, int mailTipsRequested)Initializes a new instance of the GetMailTipsOptions class

Methods

MethodDescription
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:

ParameterTypeDescription
sendingAsMailAddressSpecifies an e-mail address that a user is trying to send as.
recipientsMailAddressCollectionSpecifies a list of recipients to check for mail tips.
mailTipsRequestedintSpecifies the types of mail tips requested from the service.

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

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:

ParameterTypeDescription
valueint

setRecipients(MailAddressCollection value)

public final void setRecipients(MailAddressCollection value)

Gets or sets a list of recipients to check for mail tips.

Parameters:

ParameterTypeDescription
valueMailAddressCollection

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:

ParameterTypeDescription
valueMailAddress

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