AttachmentCollectionAdd Method |
Name | Description | |
---|---|---|
Add(String) |
Adds the attachment from a file.
| |
Add(Attachment) |
Adds the specified Attachment object to the collection.
| |
Add(String, String) |
Adds the attachment from a file.
| |
Add(String, String, String) |
Adds the attachment from a file.
| |
Add(String, String, HeaderCollection, MailTransferEncoding) |
Adds text-only part with the specified content-type.
| |
Add(Byte, String, String, String, HeaderCollection, NewAttachmentOptions, MailTransferEncoding) |
Adds the attachment from a byte array.
| |
Add(Stream, String, String, String, HeaderCollection, NewAttachmentOptions, MailTransferEncoding) |
Adds the attachment from a stream.
| |
Add(String, String, String, String, HeaderCollection, NewAttachmentOptions, MailTransferEncoding) |
Adds the attachment from a file.
| |
Add(MailMessage, String, String, String, HeaderCollection, NewAttachmentOptions, MailTransferEncoding) |
Adds the specified the MailMessage as attachment (i.e. forwards that message as attachment).
|