GroupByType Class

The GroupByType class represents an arbitrary grouping for FindItem queries.

Inheritance Hierarchy

System.Object
  ExchangeWebServices.BaseGroupByType
    ExchangeWebServices.GroupByType

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class GroupByType _
    Inherits BaseGroupByType
'Usage
Dim instance As GroupByType
[SerializableAttribute]
public class GroupByType : BaseGroupByType

Remarks

The FindItem response will contain a collection of groups. Each group will contain all items that had matching values for the GroupBy property.

See the FindItemType topic for an example of a grouped query.

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.