Asynchronously downloads an EmailFileAttachment from the server.

Overload List

  NameDescription
Public methodDownloadFileAttachmentAsync(EmailFileAttachment, Stream, AsyncCompletedEventHandler, Object)
Asynchronously downloads an attachment into a specified stream.
Public methodDownloadFileAttachmentAsync(EmailFileAttachment, String, AsyncCompletedEventHandler, Object)
Asynchronously downloads an attachment into a specified file.

See Also