The HtmlEmailMessage type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AddAttachment |
Adds an attachment to a message. (Inherited from EmailMessage.) |
![]() |
AddHeader(MimeHeader) |
Adds MIME header to this (Inherited from MimeMessage.)![]() MimeMessage |
![]() |
AddHeader(String, String) |
Adds MIME header to this (Inherited from MimeMessage.)![]() MimeMessage |
![]() |
AddPart |
Adds part to multipart (Inherited from MimeMessage.)![]() MimeMessage |
![]() |
AddReplaceHeader(MimeHeader) |
Adds MIME header to this (Inherited from MimeMessage.)![]() MimeMessage |
![]() |
AddReplaceHeader(String, String) |
Adds MIME header to this (Inherited from MimeMessage.)![]() MimeMessage |
![]() |
Embed(FileInfo, String) |
Embeds a resource in the email message
|
![]() |
Embed(String, String) |
Embeds a resource in the email message.
|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() |
GetAttachments |
Gets an enumeration of message attachments. (Inherited from EmailMessage.) |
![]() |
GetBody |
Gets the body of the message. (Inherited from EmailMessage.) |
![]() |
GetBodyData |
Gets decoded message body as bytes. (Inherited from MimeMessage.) |
![]() |
GetBoundary |
Gets boundary used in this (Inherited from MimeMessage.)![]() MimeMessage |
![]() |
GetBoundaryWithoutQuotes |
Gets boundary used in this (Inherited from MimeMessage.)![]() MimeMessage |
![]() |
GetContentTransferEncoding |
Gets the value of the Content-Transfer-Encoding
header for this (Inherited from MimeMessage.)![]() MimeMessage |
![]() |
GetContentType |
Gets Content-Type header of email message. (Inherited from EmailMessage.) |
![]() |
GetDate()()()() |
Gets the message date. (Inherited from EmailMessage.) |
![]() |
GetDate(CultureInfo) |
Gets the message date.
(Inherited from EmailMessage.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetHeader |
Returns named header specified by (Inherited from MimeMessage.)![]() name |
![]() |
GetHeaders()()()() |
Gets all mime headers for this (Inherited from MimeMessage.)![]() MimeMessage |
![]() |
GetHeaders(String) |
Gets all MIME headers for this (Inherited from MimeMessage.)![]() MimeMessage |
![]() |
GetHeaderValue |
Gets value for header specified by (Inherited from MimeMessage.)![]() name |
![]() |
GetMessage |
Gets contents of this
![]() HtmlEmailMessage |
![]() |
GetPart |
Gets specified part from this (Inherited from MimeMessage.)![]() MimeMessage |
![]() |
GetParts |
Gets parts of this (Inherited from MimeMessage.)![]() MimeMessage |
![]() |
GetRawBodyData |
Gets message body as bytes. The body will be returned as is.
(Inherited from MimeMessage.) |
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() |
RemoveHeader |
Removes specified header from this (Inherited from MimeMessage.)![]() MimeMessage |
![]() |
RemovePart |
Removes specified (Inherited from MimeMessage.)![]() index |
![]() |
RemoveParts |
Removes all parts from array.
(Inherited from MimeMessage.) |
![]() |
SetBcc |
Sets the Bcc address using the specified character encoding. (Inherited from EmailMessage.) |
![]() |
SetBody(array<Byte>[]()[][]) |
Sets body of this (Inherited from MimeMessage.)![]() MimeMessage |
![]() |
SetBody(FileStream) |
Sets body of this (Inherited from MimeMessage.)![]() MimeMessage |
![]() |
SetBody(String) |
Sets body of this (Inherited from MimeMessage.)![]() MimeMessage |
![]() |
SetBody(String, String) |
Sets body of this (Inherited from MimeMessage.)![]() MimeMessage |
![]() |
SetCc |
Sets the Cc address using the specified character encoding. (Inherited from EmailMessage.) |
![]() |
SetContentType(String) |
Sets Content-Type header of the email message. (Inherited from EmailMessage.) |
![]() |
SetContentType(String, String) |
Sets Content-Type header of the email message. (Inherited from EmailMessage.) |
![]() |
SetFrom |
Sets the From address using the specified character encoding. (Inherited from EmailMessage.) |
![]() |
SetHtmlBody(FileInfo) |
Sets the HTML portion of this email message from contents of a file.
HTML portion will be displayed by mail clients that are capable of displaying HTML and have
HTML display enabled.
|
![]() |
SetHtmlBody(String) |
Sets the HTML portion of this email message.
HTML portion will be displayed by mail clients that are capable of displaying HTML and have
HTML display enabled.
|
![]() |
SetReplyTo |
Sets the ReplyTo address. (Inherited from EmailMessage.) |
![]() |
SetSubject |
Sets the Subject of the message using the specified character encoding. (Inherited from EmailMessage.) |
![]() |
SetTextBody(FileInfo) |
Sets the plain text portion of this email message from contents of a file.
Text portion will be displayed by mail clients that are not capable of displaying HTML or have
HTML display disabled.
|
![]() |
SetTextBody(String) |
Sets the plain text portion of this email message.
Text portion will be displayed by mail clients that are not capable of displaying HTML or have
HTML display disabled.
|
![]() |
SetTo |
Sets the To address using the specified character encoding. (Inherited from EmailMessage.) |
![]() |
ToString | (Inherited from Object.) |