ModifiedEventType.UnreadCountSpecified 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 UnreadCountSpecified property gets a Boolean value that specifies whether the UnreadCount
public:
property bool UnreadCountSpecified { bool get(); void set(bool value); };
public bool UnreadCountSpecified { get; set; }
Public Property UnreadCountSpecified As Boolean
Property Value
The UnreadCountSpecified property returns a value of true if the UnreadCount property is serialized into the SOAP request; otherwise, the property returns false.