MessageStatus 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.
This enumeration supports a bitwise combination of its member values.
public enum class MessageStatus
[System.Flags]
public enum MessageStatus
type MessageStatus =
Public Enum MessageStatus
- Inheritance
-
MessageStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
Active | 1 | |
State | 2 | |
Suspended | 4 | |
SuspendedNotResumable | 8 | |
SuspendedAll | 12 | |
Undelivered | 16 | |
RetryUndelivered | 32 | |
ScheduledUndelivered | 64 | |
UndeliveredAll | 112 | |
QueuedAll | 113 | |
All | 127 |