This documentation is archived and is not being maintained.
MessageDisposition enumeration
Defines how messages are handled for operations that create and update items.
Namespace:
Microsoft.Exchange.WebServices.DataAssembly:
Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
'Declaration
Public Enumeration MessageDisposition
'Usage
Dim instance As MessageDisposition
| Member name | Description |
|---|
| SaveOnly | Messages are saved but not sent. |
| SendAndSaveCopy | Messages are sent and a copy is saved. |
| SendOnly | Messages are sent but no copy is saved. |