The following are constructors for InboundEmail.
The following are properties for InboundEmail.
public InboundEmail.BinaryAttachment[] binaryAttachments {get; set;}
Type: InboundEmail.BinaryAttachment[]
public String[] ccAddresses {get; set;}
Type: String[]
public String fromAddress {get; set;}
Type: String
public String fromName {get; set;}
Type: String
public InboundEmail.Header[] headers {get; set;}
Type: InboundEmail.Header[]
The list of the RFC 2822 headers includes:
public String htmlBody {get; set;}
Type: String
public Boolean htmlBodyIsTruncated {get; set;}
Type: Boolean
public String inReplyTo {get; set;}
Type: String
public String messageId {get; set;}
Type: String
public String plainTextBody {get; set;}
Type: String
public Boolean plainTextBodyIsTruncated {get; set;}
Type: Boolean
public String[] references {get; set;}
Type: String[]
public String replyTo {get; set;}
Type: String
If there is no reply-to header, this field is identical to the fromAddress field.
public String subject {get; set;}
Type: String
public InboundEmail.TextAttachment[] textAttachments {get; set;}
Type: InboundEmail.TextAttachment[]
public String[] toAddresses {get; set;}
Type: String[]