[This is preliminary documentation and is subject to change.]
Indicates if this message has been processed.
| C# | Visual Basic | Visual C++ |
public bool IsProcessed { get; set; }
Public Property IsProcessed As Boolean
public: property bool IsProcessed { bool get (); void set (bool value); }