MapiRecipient
Overview
MapiRecipient is a class in Aspose.Email FOSS for .NET.
MapiRecipient.DisplayName gets or sets the recipient’s display name.
Description
MapiRecipient is a class in the Aspose.Email FOSS library for .NET that exposes 0 methods and 5 properties for programmatic use.
The class also provides the Properties property (provides access to the collection of extended mapi properties for the recipient).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
DisplayName | string? | Read/Write | Gets or sets the recipient’s display name |
EmailAddress | string? | Read/Write | Gets or sets the recipient’s email address |
RecipientType | int | Read/Write | Gets or sets an integer indicating the recipient’s type (e.g., To, Cc, Bcc) |
AddressType | string | Read/Write | Gets or sets the address type string (e.g., SMTP) |
Properties | MapiPropertyCollection | Read | Provides access to the collection of extended MAPI properties for the recipient |