Asynchronously uploads a file to the server as an attachment on this EmailInteraction.
Overload List
Name | Description | |
---|---|---|
![]() | UploadFileAttachmentAsync(String, AsyncCompletedEventHandler, Object) |
Asynchronously uploads an attachment from a local file to the current EmailContent.
|
![]() | UploadFileAttachmentAsync(Stream, String, AsyncCompletedEventHandler, Object) |
Asynchronously uploads an attachment to this EmailInteraction from a given Stream.
|
![]() | UploadFileAttachmentAsync(String, String, AsyncCompletedEventHandler, Object) |
Asynchronously uploads an attachment from a local file to the current EmailContent.
|
![]() | UploadFileAttachmentAsync(Stream, String, String, AsyncCompletedEventHandler, Object) |
Asynchronously uploads an attachment to this EmailInteraction from a given Stream.
|