BaseGroupByType Class

The BaseGroupByType class represents the base class for derived classes that define grouped FindItem queries.

Inheritance Hierarchy

System.Object
  ExchangeWebServices.BaseGroupByType
    ExchangeWebServices.DistinguishedGroupByType
    ExchangeWebServices.GroupByType

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

Syntax

'Declaration
<SerializableAttribute> _
Public MustInherit Class BaseGroupByType
'Usage
Dim instance As BaseGroupByType
[SerializableAttribute]
public abstract class BaseGroupByType

Remarks

The BaseGroupByType class is the base class for the GroupByType and DistinguishedGroupByType classes.

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.