MapiDistributionListMember
Inheritance: java.lang.Object
public final class MapiDistributionListMember
Represents the members of the personal distribution list.
Constructors
Constructor | Description |
---|---|
MapiDistributionListMember(String displayName, String emailAddress) | Initializes a new instance of the MapiDistributionListMember class. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
displayName | java.lang.String | The display name. |
emailAddress | java.lang.String | The email address. |
If displayName is null or empty this element will not be displayed when you open this DistributionList in Outlook. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.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.
If DisplayName value is null or empty this element will not be displayed when you open this DistributionList in Outlook.
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:
Parameter | Type | Description |
---|---|---|
value | java.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:
Parameter | Type | Description |
---|---|---|
value | int |
setDisplayName(String value)
public final void setDisplayName(String value)
Gets or sets the recipient’s display name.
Value: The display name.
If DisplayName value is null or empty this element will not be displayed when you open this DistributionList in Outlook.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.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:
Parameter | Type | Description |
---|---|---|
value | java.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:
Parameter | Type | Description |
---|---|---|
value | byte[] |
setEntryIdType(int value)
public final void setEntryIdType(int value)
Gets or sets the type of EntryID.
Value: The type of the entry id.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |