|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.MapiDistributionListMember
public final class MapiDistributionListMember
Represents the members of the personal distribution list.
Constructor Summary | |
---|---|
MapiDistributionListMember(String displayName,
String emailAddress)
Initializes a new instance of the MapiDistributionListMember class. |
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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.Method Detail |
---|
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)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |