GetFolderResponseType 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 GetFolderResponseType class represents a response to a GetFolder method call.
public ref class GetFolderResponseType : ExchangeWebServices::BaseResponseMessageType
public class GetFolderResponseType : ExchangeWebServices.BaseResponseMessageType
Public Class GetFolderResponseType
Inherits BaseResponseMessageType
- Inheritance
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(GetFolderType) method.
Constructors
GetFolderResponseType() |
The GetFolderResponseType constructor initializes a new instance of the GetFolderResponseType class. |
Properties
ResponseMessages |
The ResponseMessages property gets an array of response messages. (Inherited from BaseResponseMessageType) |