public final class GetMailTipsOptions extends Object
Represents options for GetMailTips
Constructor and Description |
---|
GetMailTipsOptions(MailAddress sendingAs,
MailAddressCollection recipients,
int mailTipsRequested)
Initializes a new instance of the
GetMailTipsOptions class |
Modifier and Type | Method and Description |
---|---|
int |
getMailTipsRequested()
Gets or sets the types of mail tips requested from the service.
|
MailAddressCollection |
getRecipients()
Gets or sets a list of recipients to check for mail tips.
|
MailAddress |
getSendingAs()
Gets or sets an e-mail address that a user is trying to send as.
|
void |
setMailTipsRequested(int value)
Gets or sets the types of mail tips requested from the service.
|
void |
setRecipients(MailAddressCollection value)
Gets or sets a list of recipients to check for mail tips.
|
void |
setSendingAs(MailAddress value)
Gets or sets an e-mail address that a user is trying to send as.
|
public GetMailTipsOptions(MailAddress sendingAs, MailAddressCollection recipients, int mailTipsRequested)
Initializes a new instance of the GetMailTipsOptions
class
sendingAs
- Specifies an e-mail address that a user is trying to send as.recipients
- Specifies a list of recipients to check for mail tips.mailTipsRequested
- Specifies the types of mail tips requested from the service.public final MailAddress getSendingAs()
Gets or sets an e-mail address that a user is trying to send as.
com.aspose.ms.System.ArgumentNullException
- value
is null
public final void setSendingAs(MailAddress value)
Gets or sets an e-mail address that a user is trying to send as.
com.aspose.ms.System.ArgumentNullException
- value
is null
public final MailAddressCollection getRecipients()
Gets or sets a list of recipients to check for mail tips.
com.aspose.ms.System.ArgumentNullException
- value
is null
public final void setRecipients(MailAddressCollection value)
Gets or sets a list of recipients to check for mail tips.
com.aspose.ms.System.ArgumentNullException
- value
is null
public final int getMailTipsRequested()
Gets or sets the types of mail tips requested from the service.
public final void setMailTipsRequested(int value)
Gets or sets the types of mail tips requested from the service.