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

Represents values for the Mail Tips More...

Inherits Object.

Public Member Functions

System::SharedPtr< MailAddressget_RecipientAddress () const
 Gets the mailbox of the recipient. More...
 
void set_RecipientAddress (System::SharedPtr< MailAddress > value)
 Gets the mailbox of the recipient. More...
 
MailTipsType get_PendingMailTips () const
 Gets a value indicating whether the mail tips in this element could not be evaluated before the server's processing timeout expired. More...
 
void set_PendingMailTips (MailTipsType value)
 Gets a value indicating whether the mail tips in this element could not be evaluated before the server's processing timeout expired. More...
 
System::SharedPtr< OutOfOfficeMailTipget_OutOfOffice () const
 Gets the response message for OOF and the duration for sending this message. More...
 
void set_OutOfOffice (System::SharedPtr< OutOfOfficeMailTip > value)
 Gets the response message for OOF and the duration for sending this message. More...
 
bool get_MailboxFull () const
 Gets a value indicating whether the mailbox for the recipient is full. More...
 
void set_MailboxFull (bool value)
 Gets a value indicating whether the mailbox for the recipient is full. More...
 
bool get_IsMailboxFullSpecified () const
 Gets a value indicating whether the MailboxFull is specified More...
 
void set_IsMailboxFullSpecified (bool value)
 Gets a value indicating whether the MailboxFull is specified More...
 
System::String get_CustomMailTip () const
 Gets a custom mail tip. More...
 
void set_CustomMailTip (System::String value)
 Gets a custom mail tip. More...
 
int32_t get_TotalMemberCnt () const
 Gets the total number of members in a group. More...
 
void set_TotalMemberCnt (int32_t value)
 Gets the total number of members in a group. More...
 
int32_t get_ExternalMemberCnt () const
 Gets the number of external members in a group. More...
 
void set_ExternalMemberCnt (int32_t value)
 Gets the number of external members in a group. More...
 
int32_t get_MaxMsgSize () const
 Gets the maximum message size the recipient can accept More...
 
void set_MaxMsgSize (int32_t value)
 Gets the maximum message size the recipient can accept More...
 
bool get_DeliveryRestricted () const
 Gets a value indicating whether delivery restrictions will prevent the sender's message from reaching the recipient. More...
 
void set_DeliveryRestricted (bool value)
 Gets a value indicating whether delivery restrictions will prevent the sender's message from reaching the recipient. More...
 
bool get_IsDeliveryRestrictedSpecified () const
 Gets a value indicating whether DeliveryRestricted is specified More...
 
void set_IsDeliveryRestrictedSpecified (bool value)
 Gets a value indicating whether DeliveryRestricted is specified More...
 
bool get_IsModerated () const
 Gets a value indicating whether the recipient's mailbox is being moderated. More...
 
void set_IsModerated (bool value)
 Gets a value indicating whether the recipient's mailbox is being moderated. More...
 
bool get_IsModeratedSpecified () const
 Gets a value indicating whether the IsModerated is specified More...
 
void set_IsModeratedSpecified (bool value)
 Gets a value indicating whether the IsModerated is specified More...
 
bool get_InvalidRecipient () const
 Gets a value indicating whether the recipient is invalid. More...
 
void set_InvalidRecipient (bool value)
 Gets a value indicating whether the recipient is invalid. More...
 
bool get_IsInvalidRecipientSpecified () const
 Gets a value indicating whether InvalidRecipient is specified More...
 
void set_IsInvalidRecipientSpecified (bool value)
 Gets a value indicating whether InvalidRecipient is specified More...
 
 MailTips ()
 Initializes a new instance of the MailTips class More...
 

Friends

class Aspose::Email::Clients::Exchange::WebService::EWSClient2010
 

Detailed Description

Represents values for the Mail Tips

Constructor & Destructor Documentation

◆ MailTips()

Aspose::Email::Clients::Exchange::WebService::MailTips::MailTips ( )

Initializes a new instance of the MailTips class

Member Function Documentation

◆ get_CustomMailTip()

System::String Aspose::Email::Clients::Exchange::WebService::MailTips::get_CustomMailTip ( ) const

Gets a custom mail tip.

◆ get_DeliveryRestricted()

bool Aspose::Email::Clients::Exchange::WebService::MailTips::get_DeliveryRestricted ( ) const

Gets a value indicating whether delivery restrictions will prevent the sender's message from reaching the recipient.

◆ get_ExternalMemberCnt()

int32_t Aspose::Email::Clients::Exchange::WebService::MailTips::get_ExternalMemberCnt ( ) const

Gets the number of external members in a group.

◆ get_InvalidRecipient()

bool Aspose::Email::Clients::Exchange::WebService::MailTips::get_InvalidRecipient ( ) const

Gets a value indicating whether the recipient is invalid.

◆ get_IsDeliveryRestrictedSpecified()

bool Aspose::Email::Clients::Exchange::WebService::MailTips::get_IsDeliveryRestrictedSpecified ( ) const

Gets a value indicating whether DeliveryRestricted is specified

◆ get_IsInvalidRecipientSpecified()

bool Aspose::Email::Clients::Exchange::WebService::MailTips::get_IsInvalidRecipientSpecified ( ) const

Gets a value indicating whether InvalidRecipient is specified

◆ get_IsMailboxFullSpecified()

bool Aspose::Email::Clients::Exchange::WebService::MailTips::get_IsMailboxFullSpecified ( ) const

Gets a value indicating whether the MailboxFull is specified

◆ get_IsModerated()

bool Aspose::Email::Clients::Exchange::WebService::MailTips::get_IsModerated ( ) const

Gets a value indicating whether the recipient's mailbox is being moderated.

◆ get_IsModeratedSpecified()

bool Aspose::Email::Clients::Exchange::WebService::MailTips::get_IsModeratedSpecified ( ) const

Gets a value indicating whether the IsModerated is specified

◆ get_MailboxFull()

bool Aspose::Email::Clients::Exchange::WebService::MailTips::get_MailboxFull ( ) const

Gets a value indicating whether the mailbox for the recipient is full.

◆ get_MaxMsgSize()

int32_t Aspose::Email::Clients::Exchange::WebService::MailTips::get_MaxMsgSize ( ) const

Gets the maximum message size the recipient can accept

◆ get_OutOfOffice()

System::SharedPtr<OutOfOfficeMailTip> Aspose::Email::Clients::Exchange::WebService::MailTips::get_OutOfOffice ( ) const

Gets the response message for OOF and the duration for sending this message.

◆ get_PendingMailTips()

MailTipsType Aspose::Email::Clients::Exchange::WebService::MailTips::get_PendingMailTips ( ) const

Gets a value indicating whether the mail tips in this element could not be evaluated before the server's processing timeout expired.

◆ get_RecipientAddress()

System::SharedPtr<MailAddress> Aspose::Email::Clients::Exchange::WebService::MailTips::get_RecipientAddress ( ) const

Gets the mailbox of the recipient.

◆ get_TotalMemberCnt()

int32_t Aspose::Email::Clients::Exchange::WebService::MailTips::get_TotalMemberCnt ( ) const

Gets the total number of members in a group.

◆ set_CustomMailTip()

void Aspose::Email::Clients::Exchange::WebService::MailTips::set_CustomMailTip ( System::String  value)

Gets a custom mail tip.

◆ set_DeliveryRestricted()

void Aspose::Email::Clients::Exchange::WebService::MailTips::set_DeliveryRestricted ( bool  value)

Gets a value indicating whether delivery restrictions will prevent the sender's message from reaching the recipient.

◆ set_ExternalMemberCnt()

void Aspose::Email::Clients::Exchange::WebService::MailTips::set_ExternalMemberCnt ( int32_t  value)

Gets the number of external members in a group.

◆ set_InvalidRecipient()

void Aspose::Email::Clients::Exchange::WebService::MailTips::set_InvalidRecipient ( bool  value)

Gets a value indicating whether the recipient is invalid.

◆ set_IsDeliveryRestrictedSpecified()

void Aspose::Email::Clients::Exchange::WebService::MailTips::set_IsDeliveryRestrictedSpecified ( bool  value)

Gets a value indicating whether DeliveryRestricted is specified

◆ set_IsInvalidRecipientSpecified()

void Aspose::Email::Clients::Exchange::WebService::MailTips::set_IsInvalidRecipientSpecified ( bool  value)

Gets a value indicating whether InvalidRecipient is specified

◆ set_IsMailboxFullSpecified()

void Aspose::Email::Clients::Exchange::WebService::MailTips::set_IsMailboxFullSpecified ( bool  value)

Gets a value indicating whether the MailboxFull is specified

◆ set_IsModerated()

void Aspose::Email::Clients::Exchange::WebService::MailTips::set_IsModerated ( bool  value)

Gets a value indicating whether the recipient's mailbox is being moderated.

◆ set_IsModeratedSpecified()

void Aspose::Email::Clients::Exchange::WebService::MailTips::set_IsModeratedSpecified ( bool  value)

Gets a value indicating whether the IsModerated is specified

◆ set_MailboxFull()

void Aspose::Email::Clients::Exchange::WebService::MailTips::set_MailboxFull ( bool  value)

Gets a value indicating whether the mailbox for the recipient is full.

◆ set_MaxMsgSize()

void Aspose::Email::Clients::Exchange::WebService::MailTips::set_MaxMsgSize ( int32_t  value)

Gets the maximum message size the recipient can accept

◆ set_OutOfOffice()

void Aspose::Email::Clients::Exchange::WebService::MailTips::set_OutOfOffice ( System::SharedPtr< OutOfOfficeMailTip value)

Gets the response message for OOF and the duration for sending this message.

◆ set_PendingMailTips()

void Aspose::Email::Clients::Exchange::WebService::MailTips::set_PendingMailTips ( MailTipsType  value)

Gets a value indicating whether the mail tips in this element could not be evaluated before the server's processing timeout expired.

◆ set_RecipientAddress()

void Aspose::Email::Clients::Exchange::WebService::MailTips::set_RecipientAddress ( System::SharedPtr< MailAddress value)

Gets the mailbox of the recipient.

◆ set_TotalMemberCnt()

void Aspose::Email::Clients::Exchange::WebService::MailTips::set_TotalMemberCnt ( int32_t  value)

Gets the total number of members in a group.

Friends And Related Function Documentation

◆ Aspose::Email::Clients::Exchange::WebService::EWSClient2010

friend class Aspose::Email::Clients::Exchange::WebService::EWSClient2010
friend