ArrayOfGroupedItemsType Class
The ArrayOfGroupedItemsType class contains an array of items that are returned by the FindItem method.
Inheritance Hierarchy
System.Object
ExchangeWebServices.ArrayOfGroupedItemsType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ArrayOfGroupedItemsType
'Usage
Dim instance As ArrayOfGroupedItemsType
[SerializableAttribute]
public class ArrayOfGroupedItemsType
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