Overload List

  NameDescription
Attachment()()()
Initializes a new empty instance of a Attachment.
Attachment(MailMessage)
Initializes a new instance of a Attachment that represents an attached e-mail message.
Attachment(String)
Initializes a new instance of a Attachment with the content of the specified file.
Attachment(Stream, String)
Initializes a new instance of a Attachment with the content of the supplied stream and with suggested name.
Attachment(String, String)
Initializes a new instance of a Attachment with the content of the specified file and with a suggested name.
Attachment(Stream, String, String)
Initializes a new instance of a Attachment with the content of the supplied stream and with a media type and suggested name.
Attachment(String, String, String)
Initializes a new instance of a Attachment with the content of the specified file and with a media type and suggested name.

See Also