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