DeleteFolderResponseType Class
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 DeleteFolderResponseType class represents a response to a DeleteFolder(DeleteFolderType) method call.
public ref class DeleteFolderResponseType : ExchangeWebServices::BaseResponseMessageType
public class DeleteFolderResponseType : ExchangeWebServices.BaseResponseMessageType
Public Class DeleteFolderResponseType
Inherits BaseResponseMessageType
- Inheritance
Remarks
For an example that uses the DeleteFolderResponseType class, see DeleteFolderType.
A DeleteFolderResponseType object is returned by the DeleteFolder(DeleteFolderType) method.
Constructors
DeleteFolderResponseType() |
The DeleteFolderResponseType constructor initializes a new instance of the DeleteFolderResponseType class. |
Properties
ResponseMessages |
The ResponseMessages property gets an array of response messages. (Inherited from BaseResponseMessageType) |