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()
Gets the attachment properties.
|
void |
setCustomAttachmentStorageData(CustomAttachmentStorage value)
Gets or sets the custom attachment storage data.Can be null.
|
void |
setEmbeddedMessage(MessageObject value)
Gets or sets the Embedded Message Object storage if present.Can be null.
|
public MessageObjectAttachmentEntity()
Initializes a new instance of the MessageObjectAttachmentEntity class.
public final MessageObjectPropertiesCollection getProperties()
Gets the attachment properties.
Value: The properties collection.getProperties in interface IMessageObjectPropertyContainerpublic final MessageObject getEmbeddedMessage()
Gets or sets the Embedded Message Object storage if present.Can be null.
Value: The embedded message.MessageObjectAttachmentEntity.CustomAttachmentStorageData(getCustomAttachmentStorageData()/setCustomAttachmentStorageData(CustomAttachmentStorage)) or both can be null.public final void setEmbeddedMessage(MessageObject value)
Gets or sets the Embedded Message Object storage if present.Can be null.
Value: The embedded message.MessageObjectAttachmentEntity.CustomAttachmentStorageData(getCustomAttachmentStorageData()/setCustomAttachmentStorageData(CustomAttachmentStorage)) or both can be null.public final CustomAttachmentStorage getCustomAttachmentStorageData()
Gets or sets the custom attachment storage data.Can be null.
Value: The custom attachment storage data.MessageObjectAttachmentEntity.EmbeddedMessage(getEmbeddedMessage()/setEmbeddedMessage(MessageObject)) or both can be null.public final void setCustomAttachmentStorageData(CustomAttachmentStorage value)
Gets or sets the custom attachment storage data.Can be null.
Value: The custom attachment storage data.MessageObjectAttachmentEntity.EmbeddedMessage(getEmbeddedMessage()/setEmbeddedMessage(MessageObject)) or both can be null.Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.