次の方法で共有


ManagedFolderInformationType.FolderSize Property

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

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property FolderSize As Integer
    Get
    Set
'Usage
Dim instance As ManagedFolderInformationType
Dim value As Integer

value = instance.FolderSize

instance.FolderSize = value
public int FolderSize { get; set; }

Property Value

Type: System.Int32
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.