com.aspose.email
Class MapiDistributionListMember

java.lang.Object
  extended by com.aspose.email.MapiDistributionListMember

public final class MapiDistributionListMember
extends Object

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

MapiDistributionListMember

public MapiDistributionListMember(String displayName,
                                  String emailAddress)

Initializes a new instance of the MapiDistributionListMember class.

Parameters:
displayName - The display name.
emailAddress - The email address.
Throws:
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

getDisplayName

public String getDisplayName()

Gets or sets the recipient's display name.

Value: The display name.


setDisplayName

public void setDisplayName(String value)

getEmailAddress

public String getEmailAddress()

Gets or sets the recipient's e-mail address.

Value: The email address.


setEmailAddress

public void setEmailAddress(String value)

getAddressType

public String getAddressType()

Gets or sets the recipient's e-mail address type.

Value: The type of the address.


setAddressType

public void setAddressType(String value)

getEntryId

public byte[] getEntryId()

Gets or sets the EntryID of a member of a personal distribution list.

Value: The entry id.


setEntryId

public void setEntryId(byte[] value)

getEntryIdType

public int getEntryIdType()

Gets or sets the type of EntryID.

Value: The type of the entry id.


setEntryIdType

public void setEntryIdType(int value)

getContactAddressType

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.


setContactAddressType

public void setContactAddressType(int value)


Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.