CopyFolderResponseType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The CopyFolderResponseType class represents a response to a CopyFolder(CopyFolderType) method call.
public ref class CopyFolderResponseType : ExchangeWebServices::BaseResponseMessageType
public class CopyFolderResponseType : ExchangeWebServices.BaseResponseMessageType
Public Class CopyFolderResponseType
Inherits BaseResponseMessageType
- Inheritance
Remarks
For an example that uses the CopyFolderResponseType class, see CopyFolderType.
A CopyFolderResponseType object is returned by the CopyFolder(CopyFolderType) method.
Constructors
CopyFolderResponseType() |
The CopyFolderResponseType constructor initializes a new instance of the CopyFolderResponseType class. |
Properties
ResponseMessages |
The ResponseMessages property gets an array of response messages. (Inherited from BaseResponseMessageType) |