com.aspose.network.outlook
Class MapiEmbeddedMessage

java.lang.Object
  extended by com.aspose.network.outlook.MapiPropertyContainer
      extended by com.aspose.network.outlook.AbstractMessage
          extended by com.aspose.network.outlook.MapiEmbeddedMessage

public class MapiEmbeddedMessage
extends AbstractMessage

Represents Embedded MAPI Message.


Constructor Summary
MapiEmbeddedMessage()
          Creates a new empty instance of the MapiEmbeddedMessage class.
MapiEmbeddedMessage(MapiPropertyCollection propertyCollection, MapiAttachmentCollection attachmentCollection, MapiRecipientCollection recipientCollection)
          Creates a new instance of the MapiEmbeddedMessage class.
 
Method Summary
static MapiMessage toMessage(MapiEmbeddedMessage embeddedMessage)
          Converts specified MapiEmbeddedMessage to mapi message.
 
Methods inherited from class com.aspose.network.outlook.AbstractMessage
getAttachments, getBody, getBodyRtf, getClientSubmitTime, getConversationTopic, getDisplayBcc, getDisplayCc, getDisplayName, getDisplayNamePrefix, getDisplayTo, getInternetMessageId, getInternetMessageId, getMessageClass, getNormalizedSubject, getProperties, getRecipients, getSenderAddressType, getSenderEmailAddress, getSenderName, getSentRepresentingAddressType, getSentRepresentingEmailAddress, getSentRepresentingName, getSubject, getSubjectPrefix, getTransportMessageHeaders, isStoreUnicodeOk, setBody, setClientSubmitTime, setCodePage, setConversationTopic, setDisplayBcc, setDisplayCc, setDisplayName, setDisplayNamePrefix, setDisplayTo, setMessageClass, setNormalizedSubject, setSenderAddressType, setSenderEmailAddress, setSenderName, setSentRepresentingAddressType, setSentRepresentingEmailAddress, setSentRepresentingName, setSubject, setSubjectPrefix, setTransportMessageHeaders
 
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
 

Constructor Detail

MapiEmbeddedMessage

public MapiEmbeddedMessage()
Creates a new empty instance of the MapiEmbeddedMessage class.


MapiEmbeddedMessage

public MapiEmbeddedMessage(MapiPropertyCollection propertyCollection,
                           MapiAttachmentCollection attachmentCollection,
                           MapiRecipientCollection recipientCollection)
Creates a new instance of the MapiEmbeddedMessage class. Initialize instance with specified arguments.

Parameters:
propertyCollection - collection of MapiProperty
attachmentCollection - collection of MapiAttachment
recipientCollection - collection of MapiRecipient
Method Detail

toMessage

public static MapiMessage toMessage(MapiEmbeddedMessage embeddedMessage)
Converts specified MapiEmbeddedMessage to mapi message.

Parameters:
embeddedMessage - message to convert
Returns:
MapiMessage.


Copyright © 2011 Aspose. All Rights Reserved.