SPEmailMessage members
Represents a MIME-formatted e-mail message.
The SPEmailMessage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPEmailMessage | Initializes a new instance of the SPEmailMessage class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Attachments | Gets the collection of attachments in the e-mail message |
![]() |
EnvelopeSender | Gets the RFC 821 MAIL FROM sender of the e-mail message. |
![]() |
Headers | Gets the collection of message headers for the e-mail message. |
![]() |
HtmlBody | Gets the body of the e-mail message in HTML format. |
![]() |
PlainTextBody | Gets the body of the e-mail message in plain-text format. |
![]() |
Sender | Gets the sender of the e-mail message. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetMessageStream | Returns a stream that represents the entire e-mail message, including both the message body and headers. |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top