Overload List
Name | Description | |
---|---|---|
![]() ![]() | Attachment()()()() |
Initializes a new empty instance of a Attachment.
|
![]() ![]() | Attachment(String) |
Initializes a new instance of a Attachment
with the content of the specified file.
|
![]() ![]() | Attachment(MailMessage) |
Initializes a new instance of a Attachment
that represents an attached e-mail message.
|
![]() ![]() | Attachment(array<Byte>[]()[][], String) |
Initializes a new instance of a Attachment
with the content of the supplied byte array and with suggested name.
|
![]() ![]() | 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(array<Byte>[]()[][], String, String) |
Initializes a new instance of a Attachment
with the content of the supplied byte array and with a media type and 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.
|