EmailAttachment Constructor |
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.
|