public class Recipient
extends java.lang.Object
| Constructor and Description |
|---|
Recipient()
Initializes a new instance of the Recipient class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddressType()
Gets the recipient's e-mail address type, such as Simple Mail Transfer Protocol (SMTP).
|
java.lang.String |
getDisplayName()
Gets the display name of the recipient.
|
java.lang.String |
getDisplayName7Bit()
Gets a 7-bit ASCII representation of the recipient's display name.
|
DisplayType |
getDisplayType()
Gets a value used to associate an icon with a particular row of a table.
|
java.lang.String |
getEmailAddress()
Gets the recipient's e-mail address.
|
byte[] |
getEntryId()
Gets the EntryID of the recipient.
|
byte[] |
getInstanceKey()
Gets a value that uniquely identifies a row in a table.
|
ObjectType |
getObjectType()
Gets the type of the recipient.
|
java.lang.String |
getOriginatingAddressType()
Gets the originating address type.
|
java.lang.String |
getOriginatingEmailAddress()
Gets the originating email address.
|
RecipientType |
getRecipientType()
Gets the recipient type for a message recipient.
|
boolean |
getResponsibility()
Gets true if some transport provider has already accepted responsibility for delivering the message to this recipient, and false if the MAPI spooler considers that this transport provider should accept responsibility.
|
byte[] |
getSearchKey()
Gets a binary-comparable key that identifies correlated objects for a search.
|
int |
getSendInternetEncoding()
Gets a bitmask of encoding preferences.
|
boolean |
getSendRichInfo()
Gets true if the recipient can receive all message content, including Rich Text Format (RTF) and Object Linking and Embedding (OLE) objects.
|
java.lang.String |
getSmtpAddress()
Gets SMTP email address.
|
java.lang.String |
getTransmitableDisplayName()
Gets a recipient's display name in a secure form that cannot be changed.
|
void |
setAddressType(java.lang.String addressType)
Sets the recipient's e-mail address type, such as Simple Mail Transfer Protocol (SMTP).
|
void |
setDisplayName(java.lang.String displayName)
Sets the display name of the recipient.
|
void |
setDisplayName7Bit(java.lang.String displayName7Bit)
Sets a 7-bit ASCII representation of the recipient's display name.
|
void |
setDisplayType(DisplayType displayType)
Sets a value used to associate an icon with a particular row of a table.
|
void |
setEmailAddress(java.lang.String emailAddress)
Sets the recipient's e-mail address.
|
void |
setEntryId(byte[] entryId)
Sets the EntryID of the recipient.
|
void |
setInstanceKey(byte[] instanceKey)
Sets a value that uniquely identifies a row in a table.
|
void |
setObjectType(ObjectType objectType)
Sets the type of the recipient.
|
void |
setOriginatingAddressType(java.lang.String originatingAddressType)
Sets the originating address type.
|
void |
setOriginatingEmailAddress(java.lang.String originatingEmailAddress)
Sets the originating email address.
|
void |
setRecipientType(RecipientType recipientType)
Sets the recipient type for a message recipient.
|
void |
setResponsibility(boolean responsibility)
Sets true if some transport provider has already accepted responsibility for delivering the message to this recipient, and false if the MAPI spooler considers that this transport provider should accept responsibility.
|
void |
setSearchKey(byte[] searchKey)
Sets a binary-comparable key that identifies correlated objects for a search.
|
void |
setSendInternetEncoding(int sendInternetEncoding)
Sets a bitmask of encoding preferences.
|
void |
setSendRichInfo(boolean sendRichInfo)
Sets true if the recipient can receive all message content, including Rich Text Format (RTF) and Object Linking and Embedding (OLE) objects.
|
void |
setSmtpAddress(java.lang.String smtpAddress)
Sets SMTP email address.
|
void |
setTransmitableDisplayName(java.lang.String transmitableDisplayName)
Sets a recipient's display name in a secure form that cannot be changed.
|
public java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName)
displayName - the new display namepublic java.lang.String getEmailAddress()
public void setEmailAddress(java.lang.String emailAddress)
emailAddress - the new email addresspublic java.lang.String getAddressType()
public void setAddressType(java.lang.String addressType)
addressType - the new address typepublic ObjectType getObjectType()
public void setObjectType(ObjectType objectType)
objectType - the new object typepublic RecipientType getRecipientType()
public void setRecipientType(RecipientType recipientType)
recipientType - the new recipient typepublic DisplayType getDisplayType()
public void setDisplayType(DisplayType displayType)
displayType - the new display typepublic byte[] getEntryId()
public void setEntryId(byte[] entryId)
entryId - the new entry idpublic byte[] getInstanceKey()
public void setInstanceKey(byte[] instanceKey)
instanceKey - the new instance keypublic byte[] getSearchKey()
public void setSearchKey(byte[] searchKey)
searchKey - the new search keypublic boolean getResponsibility()
public void setResponsibility(boolean responsibility)
responsibility - the new responsibilitypublic java.lang.String getSmtpAddress()
public void setSmtpAddress(java.lang.String smtpAddress)
smtpAddress - the new smtp addresspublic java.lang.String getDisplayName7Bit()
public void setDisplayName7Bit(java.lang.String displayName7Bit)
displayName7Bit - the new display name7 bitpublic java.lang.String getTransmitableDisplayName()
public void setTransmitableDisplayName(java.lang.String transmitableDisplayName)
transmitableDisplayName - the new transmitable display namepublic boolean getSendRichInfo()
public void setSendRichInfo(boolean sendRichInfo)
sendRichInfo - the new send rich infopublic int getSendInternetEncoding()
public void setSendInternetEncoding(int sendInternetEncoding)
sendInternetEncoding - the new send internet encodingpublic java.lang.String getOriginatingAddressType()
public void setOriginatingAddressType(java.lang.String originatingAddressType)
originatingAddressType - the new originating address typepublic java.lang.String getOriginatingEmailAddress()
public void setOriginatingEmailAddress(java.lang.String originatingEmailAddress)
originatingEmailAddress - the new originating email address