| EmailMessage Properties | 
The EmailMessage type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Attachments | 
            Gets the collection of e-mail attachments.
             | 
|  | BccRecipients | 
            Gets or sets the BccRecipients.
             | 
|  | Body | 
            Gets or sets the Body.
             | 
|  | CcRecipients | 
            Gets or sets the CcRecipients.
             | 
|  | EmailFormat | 
            Gets or sets the e-mail format.
             | 
|  | From | 
            Gets or sets the From address.       
             | 
|  | Headers | 
            Gets the collection of extra e-mail header fields (apart from the standard set).
             | 
|  | PlainTextBody | 
            Gets or sets plain text body.
             | 
|  | Priority | 
            Gets or sets e-mail priority.
             | 
|  | Recipients | 
            Gets or sets the Recipients.
             | 
|  | ReplyTo | 
            Gets or sets the ReplyTo address.
             | 
|  | Subject | 
            Gets or sets the Subject.
             | 
 See Also
See Also