Share via


CopyFolderResponseType Class

The CopyFolderResponseType class represents a response to a CopyFolder method call.

Inheritance Hierarchy

System.Object
  ExchangeWebServices.BaseResponseMessageType
    ExchangeWebServices.CopyFolderResponseType

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

Syntax

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

Remarks

For an example that uses the CopyFolderResponseType class, see CopyFolderType.

A CopyFolderResponseType object is returned by the CopyFolder 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.