System.Net.Mail.LinkedResource: Method Members

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

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

Public Methods

static
CreateLinkedResourceFromString(string) : LinkedResource

Creates a System.Net.Mail.LinkedResource object from a string to be included in an email attachment as an embedded resource. The default media type is plain text, and the default content type is ASCII.

static
CreateLinkedResourceFromString(string, System.Net.Mime.ContentType) : LinkedResource

Creates a System.Net.Mail.LinkedResource object from a string to be included in an email attachment as an embedded resource, with the specified content type, and media type as plain text.

static
CreateLinkedResourceFromString(string, System.Text.Encoding, string) : LinkedResource

Creates a System.Net.Mail.LinkedResource object from a string to be included in an email attachment as an embedded resource, with the specified content type, and media type.