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

Overload List

  NameDescription
Public methodUploadFileAttachment(String)
Uploads an attachment from a local file to this EmailInteraction.
Public methodUploadFileAttachment(Stream, String)
Uploads an attachment to this EmailInteraction from a given Stream.
Public methodUploadFileAttachment(String, String)
Uploads an attachment from a local file to this EmailInteraction.
Public methodUploadFileAttachment(Stream, String, String)
Uploads an attachment to this EmailInteraction from a given Stream.

See Also