MessageDisposition Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines how messages are handled for operations that create and update items.
public enum class MessageDisposition
public enum MessageDisposition
Public Enum MessageDisposition
- Inheritance
-
MessageDisposition
Fields
Name | Value | Description |
---|---|---|
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. |