MapiDistributionListMember

Inheritance: java.lang.Object

public final class MapiDistributionListMember

Represents the members of the personal distribution list.

Constructors

ConstructorDescription
MapiDistributionListMember(String displayName, String emailAddress)Initializes a new instance of the MapiDistributionListMember class.

Methods

MethodDescription
equals(Object arg0)
getAddressType()Gets or sets the recipient’s e-mail address type.
getClass()
getContactAddressType()Gets or sets the type of the address, when EntryId property contains a the EntryID of a Contact object.
getDisplayName()Gets or sets the recipient’s display name.
getEmailAddress()Gets or sets the recipient’s e-mail address.
getEntryId()Gets or sets the EntryID of a member of a personal distribution list.
getEntryIdType()Gets or sets the type of EntryID.
hashCode()
notify()
notifyAll()
setAddressType(String value)Gets or sets the recipient’s e-mail address type.
setContactAddressType(int value)Gets or sets the type of the address, when EntryId property contains a the EntryID of a Contact object.
setDisplayName(String value)Gets or sets the recipient’s display name.
setEmailAddress(String value)Gets or sets the recipient’s e-mail address.
setEntryId(byte[] value)Gets or sets the EntryID of a member of a personal distribution list.
setEntryIdType(int value)Gets or sets the type of EntryID.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

MapiDistributionListMember(String displayName, String emailAddress)

public MapiDistributionListMember(String displayName, String emailAddress)

Initializes a new instance of the MapiDistributionListMember class.

Parameters:

ParameterTypeDescription
displayNamejava.lang.StringThe display name.
emailAddressjava.lang.StringThe email address.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAddressType()

public final String getAddressType()

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

Value: The type of the address.

Returns: java.lang.String

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getContactAddressType()

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.

Returns: int

getDisplayName()

public final String getDisplayName()

Gets or sets the recipient’s display name.

Value: The display name.

Returns: java.lang.String

getEmailAddress()

public final String getEmailAddress()

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

Value: The email address.

Returns: java.lang.String

getEntryId()

public final byte[] getEntryId()

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

Value: The entry id.

Returns: byte[]

getEntryIdType()

public final int getEntryIdType()

Gets or sets the type of EntryID.

Value: The type of the entry id.

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAddressType(String value)

public final void setAddressType(String value)

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

Value: The type of the address.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setContactAddressType(int value)

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.

Parameters:

ParameterTypeDescription
valueint

setDisplayName(String value)

public final void setDisplayName(String value)

Gets or sets the recipient’s display name.

Value: The display name.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setEmailAddress(String value)

public final void setEmailAddress(String value)

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

Value: The email address.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setEntryId(byte[] value)

public final void setEntryId(byte[] value)

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

Value: The entry id.

Parameters:

ParameterTypeDescription
valuebyte[]

setEntryIdType(int value)

public final void setEntryIdType(int value)

Gets or sets the type of EntryID.

Value: The type of the entry id.

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int