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