CreateManagedFolderRequestType.FolderNames Property
The FolderNames property gets or sets an array of managed folders to add to a mailbox. This property is required. This is a read/write property.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property FolderNames As String()
Get
Set
'Usage
Dim instance As CreateManagedFolderRequestType
Dim value As String()
value = instance.FolderNames
instance.FolderNames = value
public string[] FolderNames { get; set; }
Property Value
Type: []
The FolderNames property returns a string array that contains the names of managed folders to add to a mailbox.
See Also