ManagedFolderInformationType.FolderSizeSpecified Property

Definition

The FolderSizeSpecified property gets a Boolean value that specifies whether the FolderSize property was returned in the SOAP response.

public:
 property bool FolderSizeSpecified { bool get(); void set(bool value); };
public bool FolderSizeSpecified { get; set; }
Public Property FolderSizeSpecified As Boolean

Property Value

The FolderSizeSpecified property returns true if the FolderSize property was serialized into SOAP response; otherwise, the property returns false.

Applies to