Represents options for GetMailTips More...
Inherits Object.
Public Member Functions | |
| System::SharedPtr< MailAddress > | get_SendingAs () const |
| Gets an e-mail address that a user is trying to send as. More... | |
| void | set_SendingAs (System::SharedPtr< MailAddress > value) |
| Sets an e-mail address that a user is trying to send as. More... | |
| System::SharedPtr< MailAddressCollection > | get_Recipients () const |
| Gets a list of recipients to check for mail tips. More... | |
| void | set_Recipients (System::SharedPtr< MailAddressCollection > value) |
| Sets a list of recipients to check for mail tips. More... | |
| MailTipsType | get_MailTipsRequested () const |
| Gets the types of mail tips requested from the service. More... | |
| void | set_MailTipsRequested (MailTipsType value) |
| Sets the types of mail tips requested from the service. More... | |
| GetMailTipsOptions (System::SharedPtr< MailAddress > sendingAs, System::SharedPtr< MailAddressCollection > recipients, MailTipsType mailTipsRequested) | |
| Initializes a new instance of the GetMailTipsOptions class More... | |
Represents options for GetMailTips
| Aspose::Email::Clients::Exchange::WebService::GetMailTipsOptions::GetMailTipsOptions | ( | System::SharedPtr< MailAddress > | sendingAs, |
| System::SharedPtr< MailAddressCollection > | recipients, | ||
| MailTipsType | 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. |
| MailTipsType Aspose::Email::Clients::Exchange::WebService::GetMailTipsOptions::get_MailTipsRequested | ( | ) | const |
Gets the types of mail tips requested from the service.
| System::SharedPtr<MailAddressCollection> Aspose::Email::Clients::Exchange::WebService::GetMailTipsOptions::get_Recipients | ( | ) | const |
Gets a list of recipients to check for mail tips.
| ArgumentNullException | value is null |
| System::SharedPtr<MailAddress> Aspose::Email::Clients::Exchange::WebService::GetMailTipsOptions::get_SendingAs | ( | ) | const |
Gets an e-mail address that a user is trying to send as.
| ArgumentNullException | value is null |
| void Aspose::Email::Clients::Exchange::WebService::GetMailTipsOptions::set_MailTipsRequested | ( | MailTipsType | value | ) |
Sets the types of mail tips requested from the service.
| void Aspose::Email::Clients::Exchange::WebService::GetMailTipsOptions::set_Recipients | ( | System::SharedPtr< MailAddressCollection > | value | ) |
Sets a list of recipients to check for mail tips.
| ArgumentNullException | value is null |
| void Aspose::Email::Clients::Exchange::WebService::GetMailTipsOptions::set_SendingAs | ( | System::SharedPtr< MailAddress > | value | ) |
Sets an e-mail address that a user is trying to send as.
| ArgumentNullException | value is null |