The members of System.Net.Mail.AttachmentBase are listed below.
See Also: Inherited members from System.Object
Instantiates an System.Net.Mail.AttachmentBase with the specified System.IO.Stream. | ||
Instantiates an System.Net.Mail.AttachmentBase with the specified file name. | ||
Instantiates an System.Net.Mail.AttachmentBase with the specified System.IO.Stream and System.Net.Mime.ContentType. | ||
Instantiates an System.Net.Mail.AttachmentBase with the specified System.IO.Stream and media type. | ||
Instantiates an System.Net.Mail.AttachmentBase with the specified file name and content type. | ||
Instantiates an System.Net.Mail.AttachmentBase with the specified file name and media type. |
ContentId | string.
Gets or sets the MIME content ID for this attachment. | |
[read-only] | ContentStream | System.IO.Stream.
Gets the content stream of this attachment. |
ContentType | System.Net.Mime.ContentType.
Gets the content type of this attachment. | |
TransferEncoding | System.Net.Mime.TransferEncoding.
Gets or sets the encoding of this attachment. |
Dispose()
|
Dispose(bool)
|