GroupByType.Item Property

Definition

The Item property gets or sets a field that specifies the property that a FindItem query uses to group results.

public:
 property ExchangeWebServices::BasePathToElementType ^ Item { ExchangeWebServices::BasePathToElementType ^ get(); void set(ExchangeWebServices::BasePathToElementType ^ value); };
public ExchangeWebServices.BasePathToElementType Item { get; set; }
Public Property Item As BasePathToElementType

Property Value

The Item property returns a BasePathToElementType object that represents either a PathToUnindexedFieldType, PathToIndexedFieldType, or PathToExtendedFieldType object.

Remarks

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

Applies to