Uploads a file to the server as an attachment on this EmailInteraction.
Overload List
| Name | Description | |
|---|---|---|
| UploadFileAttachment(String) |
Uploads an attachment from a local file to this EmailInteraction.
| |
| UploadFileAttachment(Stream, String) |
Uploads an attachment to this EmailInteraction from a given Stream.
| |
| UploadFileAttachment(String, String) |
Uploads an attachment from a local file to this EmailInteraction.
| |
| UploadFileAttachment(Stream, String, String) |
Uploads an attachment to this EmailInteraction from a given Stream.
|