@Deprecated public abstract class EmailAttachmentBase extends Attachment
Provides a base class for email attachments.
Modifier and Type | Method and Description |
---|---|
byte[] |
getContent()
Deprecated.
Gets the attached file content.
|
String |
getContentId()
Deprecated.
Gets the content id of this
EmailAttachmentBase . |
String |
getMediaType()
Deprecated.
Gets the media type of this
EmailAttachmentBase . |
void |
setContent(byte[] value)
Deprecated.
Sets the attached file content.
|
getDocumentInfo, loadDocument, loadDocument, loadDocument, loadDocument, updateDocument
public final String getContentId()
Gets the content id of this EmailAttachmentBase
.
EmailAttachmentBase
.public final String getMediaType()
Gets the media type of this EmailAttachmentBase
.
EmailAttachmentBase
.public byte[] getContent()
Gets the attached file content.
getContent
in class Attachment
public void setContent(byte[] value)
Sets the attached file content.
setContent
in class Attachment
value
- The attached file content.