Click or drag to resize
MimeKit

AttachmentCollectionAdd Method

Overload List
 NameDescription
Public methodAdd(MimeEntity) Add an attachment.
Public methodAdd(String, Byte) Add an attachment.
Public methodCode exampleAdd(String, CancellationToken) Add an attachment.
Public methodAdd(String, ContentType, CancellationToken) Add an attachment.
Public methodAdd(String, Byte, ContentType) Add an attachment.
Public methodAdd(String, Stream, CancellationToken) Add an attachment.
Public methodAdd(String, Stream, ContentType, CancellationToken) Add an attachment.
Top
See Also