Enum MessageDisposition
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Defines how messages are disposed of in CreateItem and UpdateItem operations.
public enum MessageDisposition
Fields
SaveOnly = 0
Messages are saved but not sent.
SendAndSaveCopy = 1
Messages are sent and a copy is saved.
SendOnly = 2
Messages are sent but no copy is saved.