ManagedFolderInformationType.FolderSize Property

Definition

The FolderSize property gets a value that describes the total size of all the contents of a managed folder.

public:
 property int FolderSize { int get(); void set(int value); };
public int FolderSize { get; set; }
Public Property FolderSize As Integer

Property Value

The FolderSize property returns an integer that describes the total size of a managed folder.

Remarks

This property is read-only because it is only returned in a response. The property setter in the property signature is an artifact of the proxy generator.

Applies to