EmailMessage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Model for an email message.
public class EmailMessage
type EmailMessage = class
Public Class EmailMessage
- Inheritance
-
EmailMessage
Constructors
| EmailMessage() |
Properties
| BccRecipients |
Email bcc recipients. |
| Body |
Email body. |
| BodyPreview |
A shortened form of the body. |
| CcRecipients |
Email cc recipients. |
| From |
From email address. |
| IsRead |
True if the email is read, otherwise false. |
| ReceivedDateTime |
Email received date/time. |
| Recipients |
Email recipients. |
| SentDateTime |
Email sent date/time. |
| Subject |
Email subject. |