InboundEnvelope Class
The InboundEnvelope object stores the envelope information
associated with the inbound email, and has the following fields.
Namespace
InboundEnvelope Properties
The following are properties for InboundEnvelope.
fromAddress
The name that appears in the From field
of the envelope, if any.
Signature
public String fromAddress {get; set;}
Property Value
Type: String
toAddress
The name that appears in the To field
of the envelope, if any.
Signature
public String toAddress {get; set;}
Property Value
Type: String