ResponseMessageType 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 the type of a ResponseMessage object.
public enum class ResponseMessageType
public enum ResponseMessageType
Public Enum ResponseMessageType
- Inheritance
-
ResponseMessageType
Fields
Name | Value | Description |
---|---|---|
Reply | 0 | The ResponseMessage is a reply to the sender of a message. |
ReplyAll | 1 | The ResponseMessage is a reply to the sender and all the recipients of a message. |
Forward | 2 | The ResponseMessage is a forward. |