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