Aspose::Email::Clients::Exchange::ExchangeDistributionList Class Reference

Represents a Distribution List properties More...

Inherits Object.

Public Member Functions

System::String get_DisplayName () const
 Display name of list More...
 
void set_DisplayName (System::String value)
 Display name of list More...
 
System::String get_Id () const
 Id of list More...
 
void set_Id (System::String value)
 Id of list More...
 
System::String get_ChangeKey () const
 Change key of list More...
 
void set_ChangeKey (System::String value)
 Change key of list More...
 
System::SharedPtr< MailAddressToMailAddress ()
 Converts the value of the instance to MailAddress. More...
 

Detailed Description

Represents a Distribution List properties

Member Function Documentation

◆ get_ChangeKey()

System::String Aspose::Email::Clients::Exchange::ExchangeDistributionList::get_ChangeKey ( ) const

Change key of list

◆ get_DisplayName()

System::String Aspose::Email::Clients::Exchange::ExchangeDistributionList::get_DisplayName ( ) const

Display name of list

◆ get_Id()

System::String Aspose::Email::Clients::Exchange::ExchangeDistributionList::get_Id ( ) const

Id of list

◆ set_ChangeKey()

void Aspose::Email::Clients::Exchange::ExchangeDistributionList::set_ChangeKey ( System::String  value)

Change key of list

◆ set_DisplayName()

void Aspose::Email::Clients::Exchange::ExchangeDistributionList::set_DisplayName ( System::String  value)

Display name of list

◆ set_Id()

void Aspose::Email::Clients::Exchange::ExchangeDistributionList::set_Id ( System::String  value)

Id of list

◆ ToMailAddress()

System::SharedPtr<MailAddress> Aspose::Email::Clients::Exchange::ExchangeDistributionList::ToMailAddress ( )

Converts the value of the instance to MailAddress.