GetFolderResponseType Class

Definition

The GetFolderResponseType class represents a response to a GetFolder method call.

public ref class GetFolderResponseType : ExchangeWebServices::BaseResponseMessageType
public class GetFolderResponseType : ExchangeWebServices.BaseResponseMessageType
Public Class GetFolderResponseType
Inherits BaseResponseMessageType
Inheritance
GetFolderResponseType

Remarks

For an example that uses the GetFolderResponseType class, see GetFolderType.

The GetFolderResponseType class will not be instantiated by the consumer. This class will be returned by the GetFolder(GetFolderType) method.

Constructors

GetFolderResponseType()

The GetFolderResponseType constructor initializes a new instance of the GetFolderResponseType class.

Properties

ResponseMessages

The ResponseMessages property gets an array of response messages.

(Inherited from BaseResponseMessageType)

Applies to