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

NameTypeAccessDescription
DisplayNamestring?Read/WriteGets or sets the recipient’s display name
EmailAddressstring?Read/WriteGets or sets the recipient’s email address
RecipientTypeintRead/WriteGets or sets an integer indicating the recipient’s type (e.g., To, Cc, Bcc)
AddressTypestringRead/WriteGets or sets the address type string (e.g., SMTP)
PropertiesMapiPropertyCollectionReadProvides access to the collection of extended MAPI properties for the recipient

See Also