The members of System.Net.Mail.Attachment are listed below.
See Also: Inherited members from System.Net.Mail.AttachmentBase
Initializes a new instance of the System.Net.Mail.Attachment class with the specified content string. | ||
Initializes a new instance of the System.Net.Mail.Attachment class with the specified stream and content type. | ||
Initializes a new instance of the System.Net.Mail.Attachment class with the specified stream and name. | ||
Initializes a new instance of the System.Net.Mail.Attachment class with the specified content string and System.Net.Mime.ContentType. | ||
Initializes a new instance of the System.Net.Mail.Attachment class with the specified content string and MIME type information. | ||
Initializes a new instance of the System.Net.Mail.Attachment class with the specified stream, name, and MIME type information. |
[read-only] | ContentDisposition | System.Net.Mime.ContentDisposition.
Gets the MIME content disposition for this attachment. |
Name | string.
Gets or sets the MIME content type name value in the content type associated with this attachment. | |
NameEncoding | System.Text.Encoding.
Specifies the encoding for the System.Net.Mail.Attachment Attachment.Name. |
static | CreateAttachmentFromString(string, System.Net.Mime.ContentType)
| |
static | CreateAttachmentFromString(string, string)
| |
static | CreateAttachmentFromString(string, string, System.Text.Encoding, string)
|