Class MapiDistributionListMember

MapiDistributionListMember class

Represents the members of the personal distribution list.

public sealed class MapiDistributionListMember

Constructors

NameDescription
MapiDistributionListMember(string, string)Initializes a new instance of the MapiDistributionListMember class.

Properties

NameDescription
AddressType { get; set; }Gets or sets the recipient’s e-mail address type.
ContactAddressType { get; set; }Gets or sets the type of the address, when EntryId property contains a the EntryID of a Contact object.
DisplayName { get; set; }Gets or sets the recipient’s display name.
EmailAddress { get; set; }Gets or sets the recipient’s e-mail address.
EntryId { get; set; }Gets or sets the EntryID of a member of a personal distribution list.
EntryIdType { get; set; }Gets or sets the type of EntryID.

See Also