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