MessageType.IsRead Property
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.
The IsRead property gets a Boolean value that specifies whether the message has been read. This property is read-only.
public:
property bool IsRead { bool get(); void set(bool value); };
public bool IsRead { get; set; }
Public Property IsRead As Boolean
Property Value
The IsRead property returns true if the message has been read; otherwise, the property returns false.
Remarks
This property is returned in a response that describes a message. This property cannot be set for a request. An error will occur if this property is set in a request.
You must set the IsReadSpecified property to true so that the IsRead property is serialized into the Simple Object Access Protocol (SOAP) request.