|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.outlook.MapiPropertyContainer
com.aspose.network.outlook.AbstractMessage
public abstract class AbstractMessage
Represents Abstract MAPI Message. Used as base for MapiMessage
and MapiEmbeddedMessage
.
Method Summary | |
---|---|
MapiAttachmentCollection |
getAttachments()
Gets the attachments in the message. |
String |
getBody()
Gets the message text. |
String |
getBodyRtf()
Gets the decompressed RTF formatted message text. |
Date |
getClientSubmitTime()
Gets the client submit time of the message. |
String |
getConversationTopic()
Gets the topic of the first message in a conversation thread. |
String |
getDisplayBcc()
Gets a list of the display names of any blind carbon copy (BCC) message recipients, separated by semicolons (;). |
String |
getDisplayCc()
Gets a list of the display names of any carbon copy (CC) message recipients, separated by semicolons (;). |
String |
getDisplayName()
Gets the display name for the message. |
String |
getDisplayNamePrefix()
Gets a prefix of the display name. |
String |
getDisplayTo()
Gets a list of the display names of the primary (To) message recipients, separated by semicolons (;). |
String |
getInternetMessageId()
Gets the message id of the message. |
void |
getInternetMessageId(String internetMessageId)
Sets the message id of the message. |
String |
getMessageClass()
Gets message class. |
String |
getNormalizedSubject()
Gets normalized subject of the message. |
MapiPropertyCollection |
getProperties()
Gets the collection of properties. |
MapiRecipientCollection |
getRecipients()
Gets the recipients of the message. |
String |
getSenderAddressType()
Gets the message sender's e-mail address type. |
String |
getSenderEmailAddress()
Gets the message sender's e-mail address. |
String |
getSenderName()
Gets the message sender's display name. |
String |
getSentRepresentingAddressType()
Gets the address type for the messaging user represented by the sender. |
String |
getSentRepresentingEmailAddress()
Gets the e-mail address for the messaging user represented by the sender. |
String |
getSentRepresentingName()
Gets the display name for the messaging user represented by the sender. |
String |
getSubject()
Gets the subject of the message. |
String |
getSubjectPrefix()
Gets a subject prefix that typically indicates some action on a message, such as "FW: " for forwarding. |
String |
getTransportMessageHeaders()
Gets the transport-specific message envelope information. |
boolean |
isStoreUnicodeOk()
Determines if string properties are Unicode encoded or not. |
void |
setBody(String body)
Sets the message text. |
void |
setClientSubmitTime(Date clientSubmitTime)
Sets the client submit time of the message. |
void |
setCodePage(int codePage)
Set code page. |
void |
setConversationTopic(String conversationTopic)
Sets the topic of the first message in a conversation thread. |
void |
setDisplayBcc(String displayBcc)
Sets the list of the display names of any blind carbon copy (BCC) message recipients, separated by semicolons (;). |
void |
setDisplayCc(String displayCc)
Sets a list of the display names of any carbon copy (CC) message recipients, separated by semicolons (;). |
void |
setDisplayName(String displayName)
Sets the display name for the message. |
void |
setDisplayNamePrefix(String displayNamePrefix)
Sets a prefix of the display name. |
void |
setDisplayTo(String displayTo)
Sets a list of the display names of the primary (To) message recipients, separated by semicolons (;). |
void |
setMessageClass(String messageClass)
Sets message class. |
void |
setNormalizedSubject(String normalizedSubject)
Sets normalized subject of the message. |
void |
setSenderAddressType(String senderAddressType)
Sets the message sender's e-mail address type. |
void |
setSenderEmailAddress(String senderEmailAddress)
Sets the message sender's e-mail address. |
void |
setSenderName(String senderName)
Sets the message sender's display name. |
void |
setSentRepresentingAddressType(String sentRepresentingAddressType)
Sets the address type for the messaging user represented by the sender. |
void |
setSentRepresentingEmailAddress(String sentRepresentingEmailAddress)
Sets the e-mail address for the messaging user represented by the sender. |
void |
setSentRepresentingName(String sentRepresentingName)
Sets the display name for the messaging user represented by the sender. |
void |
setSubject(String subject)
Sets the subject of the message. |
void |
setSubjectPrefix(String subjectPrefix)
Sets a subject prefix that typically indicates some action on a message, such as "FW: " for forwarding. |
void |
setTransportMessageHeaders(String transportMessageHeaders)
Sets the transport-specific message envelope information. |
Methods inherited from class com.aspose.network.outlook.MapiPropertyContainer |
---|
getCodePage, getProperty, getPropertyBinary, getPropertyBooolean, getPropertyByte, getPropertyDateTime, getPropertyDouble, getPropertyFloat, getPropertyInt, getPropertyLong, getPropertyShort, getPropertyString, getPropertyString, setProperty |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public MapiPropertyCollection getProperties()
getProperties
in class MapiPropertyContainer
public MapiAttachmentCollection getAttachments()
public MapiRecipientCollection getRecipients()
public void setCodePage(int codePage)
MapiPropertyTag.PR_INTERNET_CPID
codePage
- code page.public String getBody()
public void setBody(String body)
body
- message bodypublic String getBodyRtf()
public Date getClientSubmitTime()
public void setClientSubmitTime(Date clientSubmitTime)
clientSubmitTime
- submit time of the messagepublic String getConversationTopic()
public void setConversationTopic(String conversationTopic)
conversationTopic
- topic of the first message in a conversation threadpublic String getDisplayBcc()
public void setDisplayBcc(String displayBcc)
displayBcc
- list of the display namespublic String getDisplayCc()
public void setDisplayCc(String displayCc)
displayCc
- list of the display namespublic String getDisplayName()
public void setDisplayName(String displayName)
displayName
- name for the messagepublic String getDisplayNamePrefix()
public void setDisplayNamePrefix(String displayNamePrefix)
displayNamePrefix
- prefix of the display namepublic String getDisplayTo()
public void setDisplayTo(String displayTo)
displayTo
- list of the display names TOpublic String getInternetMessageId()
public void getInternetMessageId(String internetMessageId)
internetMessageId
- id of the message.public String getMessageClass()
public void setMessageClass(String messageClass)
messageClass
- message classpublic String getNormalizedSubject()
public void setNormalizedSubject(String normalizedSubject)
normalizedSubject
- subject of the messagepublic String getSenderAddressType()
public void setSenderAddressType(String senderAddressType)
senderAddressType
- sender's e-mail address typepublic String getSenderEmailAddress()
public void setSenderEmailAddress(String senderEmailAddress)
senderEmailAddress
- sender's e-mail addresspublic String getSenderName()
public void setSenderName(String senderName)
senderName
- message sender's display namepublic String getSentRepresentingAddressType()
public void setSentRepresentingAddressType(String sentRepresentingAddressType)
sentRepresentingAddressType
- address type for the messaging user represented by the senderpublic String getSentRepresentingEmailAddress()
public void setSentRepresentingEmailAddress(String sentRepresentingEmailAddress)
sentRepresentingEmailAddress
- e-mail address for the messaging user represented by the senderpublic String getSentRepresentingName()
public void setSentRepresentingName(String sentRepresentingName)
sentRepresentingName
- display name for the messaging user represented by the senderpublic String getSubject()
public void setSubject(String subject)
subject
- of the messagepublic String getSubjectPrefix()
public void setSubjectPrefix(String subjectPrefix)
subjectPrefix
- subject prefixpublic String getTransportMessageHeaders()
public void setTransportMessageHeaders(String transportMessageHeaders)
transportMessageHeaders
- transport-specific message envelope informationpublic boolean isStoreUnicodeOk()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |