BaseFolderType.ManagedFolderInformation Property
The ManagedFolderInformation property gets or sets a ManagedFolderInformationType object that contains information about a managed custom folder.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ManagedFolderInformation As ManagedFolderInformationType
Get
Set
'Usage
Dim instance As BaseFolderType
Dim value As ManagedFolderInformationType
value = instance.ManagedFolderInformation
instance.ManagedFolderInformation = value
public ManagedFolderInformationType ManagedFolderInformation { get; set; }
Property Value
Type: ExchangeWebServices.ManagedFolderInformationType
The ManagedFolderInformation property returns a ManagedFolderInformationType object that contains information about a managed custom folder.
See Also