Overload List

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

See Also