CreateFolderType Members
Include Protected Members
Include Inherited Members
The CreateFolderType class represents a request to create a folder.
The CreateFolderType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CreateFolderType | The CreateFolderType constructor initializes a new instance of the CreateFolderType class. |
Top
Properties
Name | Description | |
---|---|---|
Folders | 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. | |
ParentFolderId | The ParentFolderId property gets or sets the identifier of the folder that will contain the newly created folders. This property gets or sets a TargetFolderIdType, which can be a FolderIdType or DistinguishedFolderIdType object. This property is required. This is a read/write property. |
Top