com.aspose.email
Class MessageObjectAttachmentEntity

java.lang.Object
  extended by com.aspose.email.MessageObjectAttachmentEntity
All Implemented Interfaces:
IMessageObjectPropertyContainer

public final class MessageObjectAttachmentEntity
extends Object
implements IMessageObjectPropertyContainer

Represents an attachment entity.


Constructor Summary
MessageObjectAttachmentEntity()
           Initializes a new instance of the MessageObjectAttachmentEntity class.
 
Method Summary
 CustomAttachmentStorage getCustomAttachmentStorageData()
           Gets or sets the custom attachment storage data.Can be null.
 MessageObject getEmbeddedMessage()
           Gets or sets the Embedded Message Object storage if present.Can be null.
 MessageObjectPropertiesCollection getProperties()
           
 void setCustomAttachmentStorageData(CustomAttachmentStorage value)
           
 void setEmbeddedMessage(MessageObject value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageObjectAttachmentEntity

public MessageObjectAttachmentEntity()

Initializes a new instance of the MessageObjectAttachmentEntity class.

Method Detail

getProperties

public MessageObjectPropertiesCollection getProperties()
Specified by:
getProperties in interface IMessageObjectPropertyContainer

getEmbeddedMessage

public MessageObject getEmbeddedMessage()

Gets or sets the Embedded Message Object storage if present.Can be null.

Value: The embedded message.


Mutually exclusive with MessageObjectAttachmentEntity.CustomAttachmentStorageData or both can be null.


setEmbeddedMessage

public void setEmbeddedMessage(MessageObject value)

getCustomAttachmentStorageData

public CustomAttachmentStorage getCustomAttachmentStorageData()

Gets or sets the custom attachment storage data.Can be null.

Value: The custom attachment storage data.


Mutually exclusive with MessageObjectAttachmentEntity.EmbeddedMessage or both can be null.


setCustomAttachmentStorageData

public void setCustomAttachmentStorageData(CustomAttachmentStorage value)


Copyright (c) 2002-2011 Aspose Pty Ltd. All Rights Reserved.