Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkBeginAddAttachment(EwsItemId, MailMessage, AsyncCallback, Object)
Begins asynchronous AddAttachment operation. Add a mail message as new attachment to an exchange item.
Public methodSupported by the .NET Compact FrameworkBeginAddAttachment(EwsItemId, MimeMessage, AsyncCallback, Object)
Begins asynchronous AddAttachment operation. Adds a MIME message as new attachment to an exchange item.
Public methodSupported by the .NET Compact FrameworkBeginAddAttachment(EwsItemId, String, AsyncCallback, Object)
Begins asynchronous AddAttachment operation. Adds a file as new attachment to an exchange item.
Public methodSupported by the .NET Compact FrameworkBeginAddAttachment(EwsItemId, String, array<Byte>[]()[][], AsyncCallback, Object)
Begins asynchronous AddAttachment operation. Add a MIME raw data as new attachment to an exchange item.
Public methodSupported by the .NET Compact FrameworkBeginAddAttachment(EwsItemId, String, Stream, AsyncCallback, Object)
Begins asynchronous AddAttachment operation. Adds a stream as new attachment to an exchange item.
Public methodSupported by the .NET Compact FrameworkBeginAddAttachment(EwsItemId, String, String, AsyncCallback, Object)
Begins asynchronous AddAttachment operation. Adds a file as new attachment to an exchange item.
Public methodSupported by the .NET Compact FrameworkBeginAddAttachment(EwsItemId, String, Stream, String, AsyncCallback, Object)
Begins asynchronous AddAttachment operation. Adds a stream as new attachment to an exchange item.

See Also