CreateFolderResponseType Class

Definition

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
CreateFolderResponseType

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)

Applies to