The Attachment type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Attachment()()()() |
Initializes a new empty instance of a Attachment.
| |
| Attachment(String) |
Initializes a new instance of a Attachment
with the content of the specified file.
| |
| Attachment(MailMessage) |
Initializes a new instance of a Attachment
that represents an attached e-mail message.
| |
| Attachment(array<Byte>[]()[][], String) |
Initializes a new instance of a Attachment
with the content of the supplied byte array and with suggested name.
| |
| Attachment(Stream, String) |
Initializes a new instance of a Attachment
with the content of the supplied stream and with suggested name.
| |
| Attachment(String, String) |
Initializes a new instance of a Attachment
with the content of the specified file and with a suggested name.
| |
| Attachment(array<Byte>[]()[][], String, String) |
Initializes a new instance of a Attachment
with the content of the supplied byte array and with a media type and suggested name.
| |
| Attachment(Stream, String, String) |
Initializes a new instance of a Attachment
with the content of the supplied stream and with a media type and suggested name.
| |
| Attachment(String, String, String) |
Initializes a new instance of a Attachment
with the content of the specified file and with a media type and suggested name.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (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.) | |
| GetContentLength |
Gets the length of the attachment.
(Inherited from AttachmentBase.) | |
| GetContentStream()()()() |
Returns the read-only stream representing a content of this attachment.
(Inherited from AttachmentBase.) | |
| GetContentStream(Boolean) |
Returns the stream representing a content of this attachment.
(Inherited from AttachmentBase.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Save(Stream) |
Writes the content of the attachment into the supplied stream.
(Inherited from AttachmentBase.) | |
| Save(String) |
Writes the content of the attachment or view into a supplied file.
(Inherited from AttachmentBase.) | |
| SetContent(String) |
Sets the content of this attachment to the specified text.
(Inherited from AttachmentBase.) | |
| SetContent(Stream, String) |
Sets the content of this attachment to data read from the specified stream and sets file name.
| |
| SetContent(String, String) |
Sets the content of this attachment to the specified text and media type.
(Inherited from AttachmentBase.) | |
| SetContent(Stream, String, String) |
Sets the content of this attachment to data read from the specified stream and sets media type and file name.
| |
| SetContent(String, String, Encoding) |
Sets the content of this attachment to the specified text, media type and character set.
(Inherited from AttachmentBase.) | |
| SetContent(String, String, Encoding, TransferEncoding) |
Sets the content of this attachment to the specified text, media type and character set.
(Inherited from AttachmentBase.) | |
| SetContentFromFile(String) |
Sets the content of this attachment to data read from the specified file.
| |
| SetContentFromFile(String, String) |
Sets the content of this attachment to data read from the specified file and sets file name.
| |
| SetContentFromFile(String, String, String) |
Sets the content of this attachment to data read from the specified file and sets media type and file name.
| |
| ToMimeEntity |
Converts this instance to a MimeEntity.
(Inherited from AttachmentBase.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ContentDescription |
Gets or sets the content description of this attachment.
(Inherited from AttachmentBase.) | |
| ContentDisposition |
Gets the content disposition of this attachment.
(Inherited from AttachmentBase.) | |
| ContentId |
Gets or sets the content ID of this attachment.
(Inherited from AttachmentBase.) | |
| ContentLocation |
Gets or sets the absolute or relative URI of this message part.
(Inherited from AttachmentBase.) | |
| ContentMessage |
Gets the inner message of this attachment if it is an attached message of "message/rfc822" content type.
| |
| ContentString |
Gets the content string of this attachment.
(Inherited from AttachmentBase.) | |
| ContentType |
Gets the content type of this attachment.
(Inherited from AttachmentBase.) | |
| DisplayName |
Gets the suggested display name of this attachment.
| |
| FileName |
Gets or sets the file name of this attachment.
| |
| Charset |
Gets the charset (Encoding) of the content of this attachment.
(Inherited from AttachmentBase.) | |
| MediaType |
Gets the media type of this attachment.
(Inherited from AttachmentBase.) | |
| Options |
Gets or sets verious options for MIME parser and writer.
(Inherited from AttachmentBase.) | |
| TransferEncoding |
Gets or sets the TransferEncoding of the content of this attachment.
(Inherited from AttachmentBase.) |