MapiRecipient
Overview
MapiRecipient is a class in Aspose.Email for NET.
MapiRecipient.DisplayName holds the recipient’s display name, may be null.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
DisplayName | string? | Read/Write | Holds the recipient’s display name, may be null |
EmailAddress | string? | Read/Write | Holds the recipient’s email address, may be null |
RecipientType | int | Read/Write | Indicates the type of recipient as an integer code |
AddressType | string | Read/Write | Stores the address type string (e.g., SMTP) |
Properties | MapiPropertyCollection | Read | Provides access to the underlying MapiPropertyCollection |