ManagedFolderInformation.FolderSize 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.
Gets the total size of all the contents of the managed folder.
public:
property Nullable<int> FolderSize { Nullable<int> get(); };
public Nullable<int> FolderSize { get; }
Public ReadOnly Property FolderSize As Nullable(Of Integer)
Property Value
The size of the contents of the managed folder.