Represents the members of the personal distribution list. More...
Inherits Object.
Public Member Functions | |
| System::String | get_DisplayName () const |
| Gets the recipient's display name. More... | |
| void | set_DisplayName (System::String value) |
| Sets the recipient's display name. More... | |
| System::String | get_EmailAddress () const |
| Gets the recipient's e-mail address. More... | |
| void | set_EmailAddress (System::String value) |
| Sets the recipient's e-mail address. More... | |
| System::String | get_AddressType () const |
| Gets the recipient's e-mail address type. More... | |
| void | set_AddressType (System::String value) |
| Sets the recipient's e-mail address type. More... | |
| System::ArrayPtr< uint8_t > | get_EntryId () const |
| Gets the EntryID of a member of a personal distribution list. More... | |
| void | set_EntryId (System::ArrayPtr< uint8_t > value) |
| Sets the EntryID of a member of a personal distribution list. More... | |
| MapiDistributionListEntryIdType | get_EntryIdType () const |
| Gets the type of EntryID. More... | |
| void | set_EntryIdType (MapiDistributionListEntryIdType value) |
| Sets the type of EntryID. More... | |
| MapiDistributionListContactAddressType | get_ContactAddressType () const |
| Gets the type of the address, when EntryId property contains a the EntryID of a Contact object. More... | |
| void | set_ContactAddressType (MapiDistributionListContactAddressType value) |
| Sets the type of the address, when EntryId property contains a the EntryID of a Contact object. More... | |
| MapiDistributionListMember (System::String displayName, System::String emailAddress) | |
| Initializes a new instance of the MapiDistributionListMember class. More... | |
| MapiDistributionListMember (System::ArrayPtr< uint8_t > entryId, MapiDistributionListEntryIdType entryIdType, MapiDistributionListContactAddressType contactAddressType) | |
| Initializes a new instance of the MapiDistributionListMember class. More... | |
| System::SharedPtr< MapiContact > | ToMapiContact () |
| System::ArrayPtr< uint8_t > | CreateOneOffEntryIdStructure () |
| Creates the one off entry id structure. More... | |
| System::ArrayPtr< uint8_t > | CreateWrappedEntryIdStructure () |
| Creates the one off entry id structure. More... | |
Represents the members of the personal distribution list.
| Aspose::Email::Mapi::MapiDistributionListMember::MapiDistributionListMember | ( | System::String | displayName, |
| System::String | emailAddress | ||
| ) |
Initializes a new instance of the MapiDistributionListMember class.
| displayName | The display name. |
| emailAddress | The email address. |
If displayName is null or empty this element will not be displayed when you open this DistributionList in Outlook.
| Aspose::Email::Mapi::MapiDistributionListMember::MapiDistributionListMember | ( | System::ArrayPtr< uint8_t > | entryId, |
| MapiDistributionListEntryIdType | entryIdType, | ||
| MapiDistributionListContactAddressType | contactAddressType | ||
| ) |
Initializes a new instance of the MapiDistributionListMember class.
| entryId | The entry id. |
| entryIdType | Type of the entry id. |
| contactAddressType | Type of the contact address. |
| System::ArrayPtr<uint8_t> Aspose::Email::Mapi::MapiDistributionListMember::CreateOneOffEntryIdStructure | ( | ) |
Creates the one off entry id structure.
| System::ArrayPtr<uint8_t> Aspose::Email::Mapi::MapiDistributionListMember::CreateWrappedEntryIdStructure | ( | ) |
Creates the one off entry id structure.
| System::String Aspose::Email::Mapi::MapiDistributionListMember::get_AddressType | ( | ) | const |
Gets the recipient's e-mail address type.
The type of the address.
| MapiDistributionListContactAddressType Aspose::Email::Mapi::MapiDistributionListMember::get_ContactAddressType | ( | ) | const |
Gets the type of the address, when EntryId property contains a the EntryID of a Contact object.
The type of the address.
| System::String Aspose::Email::Mapi::MapiDistributionListMember::get_DisplayName | ( | ) | const |
Gets the recipient's display name.
The display name.
If DisplayName value is null or empty this element will not be displayed when you open this DistributionList in Outlook.
| System::String Aspose::Email::Mapi::MapiDistributionListMember::get_EmailAddress | ( | ) | const |
Gets the recipient's e-mail address.
The email address.
| System::ArrayPtr<uint8_t> Aspose::Email::Mapi::MapiDistributionListMember::get_EntryId | ( | ) | const |
Gets the EntryID of a member of a personal distribution list.
The entry id.
| MapiDistributionListEntryIdType Aspose::Email::Mapi::MapiDistributionListMember::get_EntryIdType | ( | ) | const |
Gets the type of EntryID.
The type of the entry id.
| void Aspose::Email::Mapi::MapiDistributionListMember::set_AddressType | ( | System::String | value | ) |
Sets the recipient's e-mail address type.
The type of the address.
| void Aspose::Email::Mapi::MapiDistributionListMember::set_ContactAddressType | ( | MapiDistributionListContactAddressType | value | ) |
Sets the type of the address, when EntryId property contains a the EntryID of a Contact object.
The type of the address.
| void Aspose::Email::Mapi::MapiDistributionListMember::set_DisplayName | ( | System::String | value | ) |
Sets the recipient's display name.
The display name.
If DisplayName value is null or empty this element will not be displayed when you open this DistributionList in Outlook.
| void Aspose::Email::Mapi::MapiDistributionListMember::set_EmailAddress | ( | System::String | value | ) |
Sets the recipient's e-mail address.
The email address.
| void Aspose::Email::Mapi::MapiDistributionListMember::set_EntryId | ( | System::ArrayPtr< uint8_t > | value | ) |
Sets the EntryID of a member of a personal distribution list.
The entry id.
| void Aspose::Email::Mapi::MapiDistributionListMember::set_EntryIdType | ( | MapiDistributionListEntryIdType | value | ) |
Sets the type of EntryID.
The type of the entry id.
| System::SharedPtr<MapiContact> Aspose::Email::Mapi::MapiDistributionListMember::ToMapiContact | ( | ) |