DeleteFolderType Members
The DeleteFolderType class represents a request to delete folders from a mailbox.
The following tables list the members exposed by the DeleteFolderType type.
Public Constructors
Name | Description | |
---|---|---|
DeleteFolderType | The DeleteFolderType constructor initializes a new instance of the DeleteFolderType class. |
Top
Public Properties
Name | Description | |
---|---|---|
DeleteType | The DeleteType property gets or sets an enumeration that describes how folders are deleted. This property is required. This is a read/write property. | |
FolderIds | The FolderIds property gets or sets a set of folder identifiers for folders to delete from a mailbox. This property gets or sets a set of FolderIdType objects. This property is required. This is a read/write property. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also