Uses of Class
microsoft.exchange.webservices.data.core.enumeration.search.AggregateType

Packages that use AggregateType
microsoft.exchange.webservices.data.core.enumeration.search   
microsoft.exchange.webservices.data.search   
 

Uses of AggregateType in microsoft.exchange.webservices.data.core.enumeration.search
 

Methods in microsoft.exchange.webservices.data.core.enumeration.search that return AggregateType
static AggregateType AggregateType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AggregateType[] AggregateType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of AggregateType in microsoft.exchange.webservices.data.search
 

Methods in microsoft.exchange.webservices.data.search that return AggregateType
 AggregateType Grouping.getAggregateType()
          Gets the types of aggregate to calculate.
 

Methods in microsoft.exchange.webservices.data.search with parameters of type AggregateType
 void Grouping.setAggregateType(AggregateType aggregateType)
          Sets the types of aggregate to calculate.
 

Constructors in microsoft.exchange.webservices.data.search with parameters of type AggregateType
Grouping(PropertyDefinitionBase groupOn, SortDirection sortDirection, PropertyDefinitionBase aggregateOn, AggregateType aggregateType)
          Initializes a new instance of the "Grouping" class.
 



Copyright © 2012–2015 Microsoft. All rights reserved.