MapiDistributionListMember Class

Represents the members of the personal distribution list.
Inheritance Hierarchy
SystemObject
  Aspose.Email.MapiMapiDistributionListMember

Namespace:  Aspose.Email.Mapi
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public sealed class MapiDistributionListMember

The MapiDistributionListMember type exposes the following members.

Constructors
  NameDescription
Public methodMapiDistributionListMember
Initializes a new instance of the MapiDistributionListMember class.
Properties
  NameDescription
Public propertyAddressType
Gets or sets the recipient's e-mail address type.
Public propertyContactAddressType
Gets or sets the type of the address, when EntryId property contains a the EntryID of a Contact object.
Public propertyDisplayName
Gets or sets the recipient's display name.
Public propertyEmailAddress
Gets or sets the recipient's e-mail address.
Public propertyEntryId
Gets or sets the EntryID of a member of a personal distribution list.
Public propertyEntryIdType
Gets or sets the type of EntryID.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also