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