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