CreateFolderType.Folders Property
The Folders property gets or sets a set of folders to create in an Exchange database. This property gets or sets a set of FolderType, CalendarFolderType, ContactsFolderType, SearchFolderType, or TasksFolderType objects. This property is required. This is a read/write property.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Folders As BaseFolderType()
Get
Set
'Usage
Dim instance As CreateFolderType
Dim value As BaseFolderType()
value = instance.Folders
instance.Folders = value
public BaseFolderType[] Folders { get; set; }
Property Value
Type: []
The Folders property returns a BaseFolderType array that contains all the folders to create.
See Also