ManagedFolderInformationType.FolderSizeSpecified Property
The FolderSizeSpecified property gets a Boolean value that specifies whether the FolderSize property was returned in the SOAP response.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property FolderSizeSpecified As Boolean
Get
Set
'Usage
Dim instance As ManagedFolderInformationType
Dim value As Boolean
value = instance.FolderSizeSpecified
instance.FolderSizeSpecified = value
public bool FolderSizeSpecified { get; set; }
Property Value
Type: System.Boolean
The FolderSizeSpecified property returns true if the FolderSize property was serialized into SOAP response; otherwise, the property returns false.
See Also