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) |
void |
setContactAddressType(int value) |
void |
setDisplayName(String value) |
void |
setEmailAddress(String value) |
void |
setEntryId(byte[] value) |
void |
setEntryIdType(int value) |
public MapiDistributionListMember(String displayName, String emailAddress)
Initializes a new instance of the MapiDistributionListMember
class.
displayName
- The display name.emailAddress
- The email address.com.aspose.email.ms.System.IllegalArgumentException
- If displayName
is null or empty.com.aspose.email.ms.System.IllegalArgumentException
- If emailAddress
is null or empty.public String getDisplayName()
Gets or sets the recipient's display name.
Value: The display name.public void setDisplayName(String value)
public String getEmailAddress()
Gets or sets the recipient's e-mail address.
Value: The email address.public void setEmailAddress(String value)
public String getAddressType()
Gets or sets the recipient's e-mail address type.
Value: The type of the address.public void setAddressType(String value)
public byte[] getEntryId()
Gets or sets the EntryID of a member of a personal distribution list.
Value: The entry id.public void setEntryId(byte[] value)
public int getEntryIdType()
Gets or sets the type of EntryID.
Value: The type of the entry id.public void setEntryIdType(int value)
public 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 void setContactAddressType(int value)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.