FolderType.UnreadCountSpecified Property

Definition

The UnreadCountSpecified property gets a Boolean value that specifies whether the UnreadCount property is serialized into the SOAP request. This property is read-only.

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 true if the UnreadCount property is serialized into the SOAP request; otherwise, the property returns false.

Applies to