CreateFolderType.Folders Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.