CreateFolderType.Folders Property

Definition

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.

public:
 property cli::array <ExchangeWebServices::BaseFolderType ^> ^ Folders { cli::array <ExchangeWebServices::BaseFolderType ^> ^ get(); void set(cli::array <ExchangeWebServices::BaseFolderType ^> ^ value); };
public ExchangeWebServices.BaseFolderType[] Folders { get; set; }
Public Property Folders As BaseFolderType()

Property Value

The Folders property returns a BaseFolderType array that contains all the folders to create.

Applies to