System.Net.Mail.AlternateView: Method Members

The methods of System.Net.Mail.AlternateView are listed below. For a list of all members, see the AlternateView Members list.

See Also: Inherited members from System.Net.Mail.AttachmentBase

Public Methods

static
CreateAlternateViewFromString(string) : AlternateView

Creates a System.Net.Mail.AlternateView of an email message using the content specified in a string.

static
CreateAlternateViewFromString(string, System.Net.Mime.ContentType) : AlternateView

Creates an System.Net.Mail.AlternateView of an email message using the content specified in a string and the specified MIME media type of the content.

static
CreateAlternateViewFromString(string, System.Text.Encoding, string) : AlternateView

Creates an System.Net.Mail.AlternateView of an email message using the content specified in a string, the specified text encoding, and MIME media type of the content.

Protected Methods

override
Dispose(bool)

Releases the unmanaged resources used by the System.Net.Mail.AlternateView and optionally releases the managed resources.