CreateFolderResponseType 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 CreateFolderResponseType class represents a response to a CreateFolder method call.
public ref class CreateFolderResponseType : ExchangeWebServices::BaseResponseMessageType
public class CreateFolderResponseType : ExchangeWebServices.BaseResponseMessageType
Public Class CreateFolderResponseType
Inherits BaseResponseMessageType
- Inheritance
Remarks
For an example that uses the CreateFolderResponseType class, see CreateFolderType.
The CreateFolderResponseType class will not be instantiated by the consumer. This class will be returned by the CreateFolder(CreateFolderType) method.
Constructors
CreateFolderResponseType() |
The CreateFolderResponseType constructor initializes a new instance of the CreateFolderResponseType class. |
Properties
ResponseMessages |
The ResponseMessages property gets an array of response messages. (Inherited from BaseResponseMessageType) |