LinkedResource Class
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9147)
Represents an embedded resource such as an image or a CSS file referenced from the message views.
Syntax
public class LinkedResource : AttachmentBase
Inherited Members
Constructors
Name | Description |
---|---|
Linked |
Initializes a new empty instance of a Linked |
Linked |
Initializes a new instance of a Linked |
Linked |
Initializes a new instance of a Linked |
Linked |
Initializes a new instance of a Linked |
Linked |
Initializes a new instance of a Linked |
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 |
File |
Gets the suggested file name of this 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 resource 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 resource to data read from the specified file and sets media type. |
Set |
Sets the content of this resource to data read from the specified file and sets media type and file name. |
To |
Converts this instance to a Mime |