MapiRecipient
Contents
[
Hide
]MapiRecipient class
Inherits: Aspose::Email::Mapi::MapiPropertyContainer
Represents the recipient information in the Microsoft Outlook Message.
Constructors
| Name | Description |
|---|---|
| MapiRecipient (3 overloads) | Initializes a new instance of the MapiRecipient class. |
Methods
| Name | Description |
|---|---|
| Clone | |
| CreateMapiNode | Creates the mapi node. |
| FromIcalendarProperty | |
| get_AddressType | Gets the type of the address of the message recipient or sender. |
| get_Content | Gets the content. |
| get_DisplayName | Gets the display name of the message recipient or sender. |
| get_EmailAddress | Gets the email address of the message recipient or sender. |
| get_NamedProperties | Gets the named properties of message. |
| get_OrganizationEmailAddress | Gets the organization email address. |
| get_PropertyStream | Gets the property stream. |
| get_RecipientClass | Gets the type of recipent. |
| get_RecipientTrackStatus | Status of recipient’s response to a meeting request. |
| get_RecipientType | Gets the type of the recipient or sender. |
| get_SubStorages | Gets the sub storages. |
| GetSize | Gets the total size of the recipient property values. |
| set_DisplayName | Sets the display name of the message recipient or sender. |
| set_EmailAddress | Sets the email address of the message recipient or sender. |
| set_RecipientTrackStatus | Status of recipient’s response to a meeting request. |
| SetOwner | Sets the owner. |
| ToIcalendarProperty | Converts this instanse to the corresponding iCalendar property |
| TryGetNamedProperty | If MapiNamedPropertyMappingStorage is available, initializes and returns MapiNamedProperty , otherwise null. |