FindItemParentType Class
The FindItemParentType class contains the results of a search of a single root folder during a FindItem operation.
Inheritance Hierarchy
System.Object
ExchangeWebServices.FindItemParentType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class FindItemParentType
'Usage
Dim instance As FindItemParentType
[SerializableAttribute]
public class FindItemParentType
Remarks
An instance of the FindItemParentType class is returned in the object that is returned by the FindFolder 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.
See Also