public class MapiRecipient extends MapiPropertyContainer
Represents the recipient information in the Microsoft Outlook Message.
Modifier and Type | Method and Description |
---|---|
com.aspose.email.IMapiNode |
createMapiNode(String key)
Creates the mapi node.
|
String |
getAddressType()
Gets the type of the address of
the message recipient or sender.
|
Object |
getContent()
Gets the content.
|
String |
getDisplayName()
Gets or sets the display name of the message
recipient or sender.
|
String |
getEmailAddress()
Gets or sets the email address of the
message recipient or sender.
|
MapiPropertyCollection |
getNamedProperties()
Gets the named properties of message.
|
String |
getOrganizationEmailAddress()
Gets the organization email address.
|
MapiPropertyStream |
getPropertyStream()
Gets the property stream.
|
int |
getRecipientClass()
Gets the type of recipent.
|
int |
getRecipientTrackStatus()
Status of recipient’s response to a meeting request.
|
int |
getRecipientType()
Gets the type of the recipient or sender.
|
MapiPropertyCollection |
getSubStorages()
Gets the sub storages.
|
void |
setDisplayName(String value)
Gets or sets the display name of the message
recipient or sender.
|
void |
setEmailAddress(String value)
Gets or sets the email address of the
message recipient or sender.
|
void |
setRecipientTrackStatus(int value)
Status of recipient’s response to a meeting request.
|
getCodePage, getProperties, getProperty, getPropertyBoolean, getPropertyBytes, getPropertyDateTime, getPropertyInt32, getPropertyLong, getPropertyShort, getPropertyString, getPropertyString, isStoreUnicodeOk, setProperty, setProperty, tryGetPropertyData, tryGetPropertyDateTime, tryGetPropertyInt32, tryGetPropertyLong, tryGetPropertyString, tryGetPropertyString, tryGetPropertyString, tryGetPropertyString
public final String getDisplayName()
Gets or sets the display name of the message recipient or sender.
Value: The display name.public final void setDisplayName(String value)
Gets or sets the display name of the message recipient or sender.
Value: The display name.public final String getAddressType()
Gets the type of the address of the message recipient or sender.
Value: The address type.public final String getEmailAddress()
Gets or sets the email address of the message recipient or sender.
com.aspose.ms.System.ArgumentNullException
- throws if recipient address is null or empty.com.aspose.ms.System.ArgumentException
- throws if recipient address is not in a recognized format.
Value:
The email address.
public final void setEmailAddress(String value)
Gets or sets the email address of the message recipient or sender.
com.aspose.ms.System.ArgumentNullException
- throws if recipient address is null or empty.com.aspose.ms.System.ArgumentException
- throws if recipient address is not in a recognized format.
Value:
The email address.
public final String getOrganizationEmailAddress()
Gets the organization email address.
Value: The organization email address.public final int getRecipientType()
Gets the type of the recipient or sender.
Value: The recipient type.public final int getRecipientClass()
Gets the type of recipent.
Value: The recipient class.public final MapiPropertyStream getPropertyStream()
Gets the property stream.
Value: The property stream.public final MapiPropertyCollection getSubStorages()
Gets the sub storages.
Value: The sub storages.public final Object getContent()
Gets the content.
Value: The content.public final int getRecipientTrackStatus()
Status of recipient’s response to a meeting request.
public final void setRecipientTrackStatus(int value)
Status of recipient’s response to a meeting request.
public com.aspose.email.IMapiNode createMapiNode(String key)
Creates the mapi node.
createMapiNode
in class MapiPropertyContainer
key
- The node key.public final MapiPropertyCollection getNamedProperties()
Gets the named properties of message.
Value: The collection of named properties.