Class SearchMailboxesResult
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents search mailbox result.
public sealed class SearchMailboxesResult
- Inheritance
-
SearchMailboxesResult
- Inherited Members
Constructors
SearchMailboxesResult()
public SearchMailboxesResult()
Properties
FailedMailboxes
Failed mailboxes
public FailedSearchMailbox[] FailedMailboxes { get; set; }
Property Value
ItemCount
Item count
public long ItemCount { get; set; }
Property Value
KeywordStats
Keyword statistics search result
public KeywordStatisticsSearchResult[] KeywordStats { get; set; }
Property Value
MailboxStats
Mailbox statistics
public MailboxStatisticsItem[] MailboxStats { get; set; }
Property Value
PageItemCount
Page item count
public int PageItemCount { get; set; }
Property Value
PageItemSize
Total page item size
[CLSCompliant(false)]
public ulong PageItemSize { get; set; }
Property Value
PreviewItems
Search preview items
public SearchPreviewItem[] PreviewItems { get; set; }
Property Value
Refiners
Refiners
public SearchRefinerItem[] Refiners { get; set; }
Property Value
ResultType
Result type
public SearchResultType ResultType { get; set; }
Property Value
SearchQueries
Search queries
public MailboxQuery[] SearchQueries { get; set; }
Property Value
Size
Total size
[CLSCompliant(false)]
public ulong Size { get; set; }