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.BinaryAttachment Class
An InboundEmail object stores binary attachments in an
InboundEmail.BinaryAttachment object.
Namespace
Usage
Examples of binary attachments include image, audio, application, and video files.
InboundEmail.BinaryAttachment Constructors
The following are constructors for InboundEmail.BinaryAttachment.
InboundEmail.BinaryAttachment Properties
The following are properties for InboundEmail.BinaryAttachment.
fileName
The name of the attached file.
Signature
public String fileName {get; set;}
Property Value
Type: String
headers
mimeTypeSubType
The primary and sub MIME-type.
Signature
public String mimeTypeSubType {get; set;}
Property Value
Type: String