Table of Contents

Class KeywordStatisticsSearchResult

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents the keyword statistics result.

public sealed class KeywordStatisticsSearchResult
Inheritance
KeywordStatisticsSearchResult
Inherited Members

Constructors

KeywordStatisticsSearchResult()

public KeywordStatisticsSearchResult()

Properties

ItemHits

Number of item hits

public int ItemHits { get; set; }

Property Value

int

Keyword

Keyword string

public string Keyword { get; set; }

Property Value

string

Size

Total size

[CLSCompliant(false)]
public ulong Size { get; set; }

Property Value

ulong