Click or drag to resize
EmailAttachment Constructor
Overload List
  NameDescription
Public methodEmailAttachment(String)
Initializes a new instance of the EmailAttachment class with the specified content string.
Public methodEmailAttachment(String, ContentType)
Initializes a new instance of the EmailAttachment class with the specified content string and System.Net.Mime.ContentType.
Public methodEmailAttachment(String, String)
Initializes a new instance of the EmailAttachment class with the specified content string and MIME type information.
Public methodEmailAttachment(Stream, ContentType)
Initializes a new instance of the EmailAttachment class with the specified stream and content type.
Public methodEmailAttachment(Stream, String)
Initializes a new instance of the EmailAttachment class with the specified stream and name.
Public methodEmailAttachment(Stream, String, String)
Initializes a new instance of the EmailAttachment class with the specified stream, name and MIME type information.
Public methodEmailAttachment(Stream, String, Guid, DateTime, Int32)
Initializes a new instance of the EmailAttachment class with the specified stream, name, GUID, time stamp and site ID.
Top
See Also