|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.MessageObjectAttachmentEntity
public final class MessageObjectAttachmentEntity
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 |
---|
public MessageObjectAttachmentEntity()
Initializes a new instance of the MessageObjectAttachmentEntity
class.
Method Detail |
---|
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)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |