Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
InboundEmail.TextAttachment Class
Namespace
Usage
The text attachments can be any of the following:
- Attachments with a Multipurpose Internet Mail Extension (MIME) type of text
- Attachments with a MIME type of application/octet-stream and a file name that ends with either a .vcf or .vcs extension. These are saved as text/x-vcard and text/calendar MIME types, respectively.
InboundEmail.TextAttachment Constructors
The following are constructors for InboundEmail.TextAttachment.
InboundEmail.TextAttachment Properties
The following are properties for InboundEmail.TextAttachment.
bodyIsTruncated
Signature
public Boolean bodyIsTruncated {get; set;}
Property Value
Type: Boolean
charset
Signature
public String charset {get; set;}
Property Value
Type: String
fileName
Signature
public String fileName {get; set;}
Property Value
Type: String
headers
Signature
public List<Messaging.InboundEmail.Header> headers {get; set;}
Property Value
mimeTypeSubType
Signature
public String mimeTypeSubType {get; set;}
Property Value
Type: String