EmailAttachment Class |
Namespace: CMS.EmailEngine
public class EmailAttachment : Attachment
The EmailAttachment type exposes the following members.
Name | Description | |
---|---|---|
EmailAttachment(String) |
Initializes a new instance of the EmailAttachment class with the specified content string.
| |
EmailAttachment(Stream, ContentType) |
Initializes a new instance of the EmailAttachment class with the specified stream and content type.
| |
EmailAttachment(Stream, String) |
Initializes a new instance of the EmailAttachment class with the specified stream and name.
| |
EmailAttachment(String, ContentType) |
Initializes a new instance of the EmailAttachment class with the specified content string and System.Net.Mime.ContentType.
| |
EmailAttachment(String, String) |
Initializes a new instance of the EmailAttachment class with the specified content string and MIME type information.
| |
EmailAttachment(Stream, String, String) |
Initializes a new instance of the EmailAttachment class with the specified stream, name and MIME type information.
| |
EmailAttachment(Stream, String, Guid, DateTime, Int32) |
Initializes a new instance of the EmailAttachment class with the specified stream, name, GUID, time stamp and site ID.
|
Name | Description | |
---|---|---|
AttachmentGUID |
GUID of the attachment's source object (e.g. MetaFileGUID).
| |
LastModified |
Last modification time of the attachement's source object.
| |
SiteID |
Site ID of the attachment's source object.
|