public final class MessageObjectAttachmentEntity extends Object implements IMessageObjectPropertyContainer
Represents an attachment entity.
Constructor and Description |
---|
MessageObjectAttachmentEntity()
Initializes a new instance of the
MessageObjectAttachmentEntity class. |
Modifier and Type | Method and Description |
---|---|
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) |
public MessageObjectAttachmentEntity()
Initializes a new instance of the MessageObjectAttachmentEntity
class.
public MessageObjectPropertiesCollection getProperties()
getProperties
in interface IMessageObjectPropertyContainer
public MessageObject getEmbeddedMessage()
Gets or sets the Embedded Message Object storage if present.Can be null.
Value: The embedded message.MessageObjectAttachmentEntity.CustomAttachmentStorageData
or both can be null.public void setEmbeddedMessage(MessageObject value)
public CustomAttachmentStorage getCustomAttachmentStorageData()
Gets or sets the custom attachment storage data.Can be null.
Value: The custom attachment storage data.MessageObjectAttachmentEntity.EmbeddedMessage
or both can be null.public void setCustomAttachmentStorageData(CustomAttachmentStorage value)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.