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< MailAddress > | ToMailAddress () |
| Converts the value of the instance to MailAddress. More... | |
Represents a Distribution List properties
| System::String Aspose::Email::Clients::Exchange::ExchangeDistributionList::get_ChangeKey | ( | ) | const |
Change key of list
| System::String Aspose::Email::Clients::Exchange::ExchangeDistributionList::get_DisplayName | ( | ) | const |
Display name of list
| System::String Aspose::Email::Clients::Exchange::ExchangeDistributionList::get_Id | ( | ) | const |
Id of list
| void Aspose::Email::Clients::Exchange::ExchangeDistributionList::set_ChangeKey | ( | System::String | value | ) |
Change key of list
| void Aspose::Email::Clients::Exchange::ExchangeDistributionList::set_DisplayName | ( | System::String | value | ) |
Display name of list
| void Aspose::Email::Clients::Exchange::ExchangeDistributionList::set_Id | ( | System::String | value | ) |
Id of list
| System::SharedPtr<MailAddress> Aspose::Email::Clients::Exchange::ExchangeDistributionList::ToMailAddress | ( | ) |
Converts the value of the instance to MailAddress.