| EmailMessage Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Isc
 Syntax
Syntaxpublic class EmailMessage
The EmailMessage type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | EmailMessage | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Body | 
            Plaintext body.
             | 
|  | documents | 
            The file(s) to be populated into the message body. These can be in a number of formats, specified using the format property. This field must have at least one item.
             | 
|  | ReplyTo | 
            Reply To address
             | 
|  | sender | 
            The sending account that should be used to transmit these messages. For authentication purposes.
             | 
|  | Subject | 
            Subject
             | 
|  | ToList | 
            One or more delivery addresses.
             | 
 See Also
See Also