Share via


GetFolderResponseType Class

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

Inheritance Hierarchy

System.Object
  ExchangeWebServices.BaseResponseMessageType
    ExchangeWebServices.GetFolderResponseType

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class GetFolderResponseType _
    Inherits BaseResponseMessageType
'Usage
Dim instance As GetFolderResponseType
[SerializableAttribute]
public class GetFolderResponseType : BaseResponseMessageType

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 method.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.