FolderType.UnreadCountSpecified Property
The UnreadCountSpecified property gets a Boolean value that specifies whether the UnreadCount property is serialized into the SOAP request. This property is read-only.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property UnreadCountSpecified As Boolean
Get
Set
'Usage
Dim instance As FolderType
Dim value As Boolean
value = instance.UnreadCountSpecified
instance.UnreadCountSpecified = value
public bool UnreadCountSpecified { get; set; }
Property Value
Type: System.Boolean
The UnreadCountSpecified property returns true if the UnreadCount property is serialized into the SOAP request; otherwise, the property returns false.
See Also