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