AttachmentBase Class
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9147)
The base class that represents an e-mail attachment.
Syntax
public abstract class AttachmentBase
Inherited Members
Constructors
Name | Description |
---|---|
Attachment |
Initializes an instance of Attachment |
Attachment |
Initializes an instance of Attachment |
Properties
Name | Description |
---|---|
Charset | Gets the charset (Encoding) of the content of this attachment. |
Content |
Gets or sets the content description of this attachment. |
Content |
Gets the content disposition of this attachment. |
Content |
Gets or sets the content ID of this attachment. |
Content |
Gets or sets the absolute or relative URI of this message part. |
Content |
Gets the content string of this attachment. |
Content |
Gets the content type of this attachment. |
Media |
Gets the media type of this attachment. |
Options | Gets or sets verious options for MIME parser and writer. |
Transfer |
Gets or sets the Transfer |
Methods
Name | Description |
---|---|
Get |
Gets the length of the attachment. |
Get |
Returns the read-only stream representing a content of this attachment. |
Get |
Returns the stream representing a content of this attachment. |
Save(Stream) | Writes the content of the attachment into the supplied stream. |
Save(String) | Writes the content of the attachment or view into a supplied file. |
Set |
Sets the content of this attachment to the specified text. |
Set |
Sets the content of this attachment to the specified text and media type. |
Set |
Sets the content of this attachment to the specified text, media type and character set. |
Set |
Sets the content of this attachment to the specified text, media type and character set. |
To |
Converts this instance to a Mime |