MessageType.IsRead Property

Definition

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.

Applies to