Asynchronously uploads a file to the server as an attachment on this EmailInteraction.

Overload List

  NameDescription
Public methodUploadFileAttachmentAsync(String, AsyncCompletedEventHandler, Object)
Asynchronously uploads an attachment from a local file to the current EmailContent.
Public methodUploadFileAttachmentAsync(Stream, String, AsyncCompletedEventHandler, Object)
Asynchronously uploads an attachment to this EmailInteraction from a given Stream.
Public methodUploadFileAttachmentAsync(String, String, AsyncCompletedEventHandler, Object)
Asynchronously uploads an attachment from a local file to the current EmailContent.
Public methodUploadFileAttachmentAsync(Stream, String, String, AsyncCompletedEventHandler, Object)
Asynchronously uploads an attachment to this EmailInteraction from a given Stream.

See Also