public final class MapiDistributionListMember extends Object
Represents the members of the personal distribution list.
| Constructor and Description |
|---|
MapiDistributionListMember(String displayName,
String emailAddress)
Initializes a new instance of the
MapiDistributionListMember class. |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddressType()
Gets or sets the recipient's e-mail address type.
|
int |
getContactAddressType()
Gets or sets the type of the address,
when EntryId property contains a the EntryID of a Contact object.
|
String |
getDisplayName()
Gets or sets the recipient's display name.
|
String |
getEmailAddress()
Gets or sets the recipient's e-mail address.
|
byte[] |
getEntryId()
Gets or sets the EntryID of
a member of a personal distribution list.
|
int |
getEntryIdType()
Gets or sets the type of EntryID.
|
void |
setAddressType(String value)
Gets or sets the recipient's e-mail address type.
|
void |
setContactAddressType(int value)
Gets or sets the type of the address,
when EntryId property contains a the EntryID of a Contact object.
|
void |
setDisplayName(String value)
Gets or sets the recipient's display name.
|
void |
setEmailAddress(String value)
Gets or sets the recipient's e-mail address.
|
void |
setEntryId(byte[] value)
Gets or sets the EntryID of
a member of a personal distribution list.
|
void |
setEntryIdType(int value)
Gets or sets the type of EntryID.
|
public MapiDistributionListMember(String displayName, String emailAddress)
Initializes a new instance of the MapiDistributionListMember class.
displayName - The display name.emailAddress - The email address.
displayName is null or empty this element will not be displayed when you open this DistributionList in Outlook.public final String getDisplayName()
Gets or sets the recipient's display name.
Value: The display name.public final void setDisplayName(String value)
Gets or sets the recipient's display name.
Value: The display name.public final String getEmailAddress()
Gets or sets the recipient's e-mail address.
Value: The email address.public final void setEmailAddress(String value)
Gets or sets the recipient's e-mail address.
Value: The email address.public final String getAddressType()
Gets or sets the recipient's e-mail address type.
Value: The type of the address.public final void setAddressType(String value)
Gets or sets the recipient's e-mail address type.
Value: The type of the address.public final byte[] getEntryId()
Gets or sets the EntryID of a member of a personal distribution list.
Value: The entry id.public final void setEntryId(byte[] value)
Gets or sets the EntryID of a member of a personal distribution list.
Value: The entry id.public final int getEntryIdType()
Gets or sets the type of EntryID.
Value: The type of the entry id.public final void setEntryIdType(int value)
Gets or sets the type of EntryID.
Value: The type of the entry id.public final int getContactAddressType()
Gets or sets the type of the address, when EntryId property contains a the EntryID of a Contact object.
Value: The type of the address.public final void setContactAddressType(int value)
Gets or sets the type of the address, when EntryId property contains a the EntryID of a Contact object.
Value: The type of the address.Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.