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.com.aspose.ms.System.ArgumentException
- If displayName
is null or empty.com.aspose.ms.System.ArgumentException
- If emailAddress
is null or empty.public String getDisplayName()
Gets or sets the recipient's display name.
Value: The display name.String
object.public void setDisplayName(String value)
Gets or sets the recipient's display name.
Value: The display name.value
- a String
object.public String getEmailAddress()
Gets or sets the recipient's e-mail address.
Value: The email address.String
object.public void setEmailAddress(String value)
Gets or sets the recipient's e-mail address.
Value: The email address.value
- a String
object.public String getAddressType()
Gets or sets the recipient's e-mail address type.
Value: The type of the address.String
object.public void setAddressType(String value)
Gets or sets the recipient's e-mail address type.
Value: The type of the address.value
- a String
object.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)
Gets or sets the EntryID of a member of a personal distribution list.
Value: The entry id.value
- an array of byte.public int getEntryIdType()
Gets or sets the type of EntryID.
Value: The type of the entry id.public void setEntryIdType(int value)
Gets or sets the type of EntryID.
Value: The type of the entry id.value
- a int.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)
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.value
- a int.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.