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
Public method CreateFolderType The CreateFolderType constructor initializes a new instance of the CreateFolderType class.

Top

Properties

  Name Description
Public property 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.
Public 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

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top