Aspose::Email::Clients::Exchange::WebService::GetMailTipsOptions Class Referencefinal

Represents options for GetMailTips More...

Inherits Object.

Public Member Functions

System::SharedPtr< MailAddressget_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< MailAddressCollectionget_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...
 

Detailed Description

Represents options for GetMailTips

Constructor & Destructor Documentation

◆ GetMailTipsOptions()

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

Parameters
sendingAsSpecifies an e-mail address that a user is trying to send as.
recipientsSpecifies a list of recipients to check for mail tips.
mailTipsRequestedSpecifies the types of mail tips requested from the service.

Member Function Documentation

◆ get_MailTipsRequested()

MailTipsType Aspose::Email::Clients::Exchange::WebService::GetMailTipsOptions::get_MailTipsRequested ( ) const

Gets the types of mail tips requested from the service.

◆ get_Recipients()

System::SharedPtr<MailAddressCollection> Aspose::Email::Clients::Exchange::WebService::GetMailTipsOptions::get_Recipients ( ) const

Gets a list of recipients to check for mail tips.

Exceptions
ArgumentNullExceptionvalue is null

◆ get_SendingAs()

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.

Exceptions
ArgumentNullExceptionvalue is null

◆ set_MailTipsRequested()

void Aspose::Email::Clients::Exchange::WebService::GetMailTipsOptions::set_MailTipsRequested ( MailTipsType  value)

Sets the types of mail tips requested from the service.

◆ set_Recipients()

void Aspose::Email::Clients::Exchange::WebService::GetMailTipsOptions::set_Recipients ( System::SharedPtr< MailAddressCollection value)

Sets a list of recipients to check for mail tips.

Exceptions
ArgumentNullExceptionvalue is null

◆ set_SendingAs()

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.

Exceptions
ArgumentNullExceptionvalue is null