CreateFolderResponseType Class

The CreateFolderResponseType class represents a response to a CreateFolder method call.

Inheritance Hierarchy

System.Object
  ExchangeWebServices.BaseResponseMessageType
    ExchangeWebServices.CreateFolderResponseType

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

Syntax

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

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