Overload List
Name | Description | |
---|---|---|
AddAttachment(EwsItemId, MailMessage) |
Add a mail message as new attachment to an exchange item.
| |
AddAttachment(EwsItemId, MimeMessage) |
Adds a MIME message as new attachment to an exchange item.
| |
AddAttachment(EwsItemId, String) |
Adds a file as new attachment to an exchange item.
| |
AddAttachment(EwsItemId, String, array<Byte>[]()[][]) |
Add a MIME raw data as new attachment to an exchange item.
| |
AddAttachment(EwsItemId, String, Stream) |
Adds a stream as new attachment to an exchange item.
| |
AddAttachment(EwsItemId, String, String) |
Adds a file as new attachment to an exchange item.
| |
AddAttachment(EwsItemId, String, Stream, String) |
Adds a stream as new attachment to an exchange item.
|