Overload List
| Name | Description | |
|---|---|---|
| EmailAttachment(String) | 
            Initializes a new instance of the EmailAttachment class with the specified content string.
              | |
| 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, 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(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.
              | 
See Also