UpdateFolderResponseType 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 UpdateFolderResponseType class represents a response to an UpdateFolder(UpdateFolderType) method call.
public ref class UpdateFolderResponseType : ExchangeWebServices::BaseResponseMessageType
public class UpdateFolderResponseType : ExchangeWebServices.BaseResponseMessageType
Public Class UpdateFolderResponseType
Inherits BaseResponseMessageType
- Inheritance
Remarks
For an example that uses the UpdateFolderResponseType class, see UpdateFolderType.
An UpdateFolderResponseType object is returned by the UpdateFolder(UpdateFolderType) method.
Constructors
UpdateFolderResponseType() |
The UpdateFolderResponseType constructor initializes a new instance of the UpdateFolderResponseType class. |
Properties
ResponseMessages |
The ResponseMessages property gets an array of response messages. (Inherited from BaseResponseMessageType) |