SearchMailboxesResult.MailboxStats Property

Definition

Gets or sets the collection of MailboxStatisticsItem objects associated with the search result. The MailboxStats property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 property cli::array <Microsoft::Exchange::WebServices::Data::MailboxStatisticsItem ^> ^ MailboxStats { cli::array <Microsoft::Exchange::WebServices::Data::MailboxStatisticsItem ^> ^ get(); void set(cli::array <Microsoft::Exchange::WebServices::Data::MailboxStatisticsItem ^> ^ value); };
public Microsoft.Exchange.WebServices.Data.MailboxStatisticsItem[] MailboxStats { get; set; }
Public Property MailboxStats As MailboxStatisticsItem()

Property Value

The mailbox statistics.

Applies to