SearchMailboxesResult.PreviewItems Property

Definition

Gets or sets the collection of items available for preview. The PreviewItems 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::SearchPreviewItem ^> ^ PreviewItems { cli::array <Microsoft::Exchange::WebServices::Data::SearchPreviewItem ^> ^ get(); void set(cli::array <Microsoft::Exchange::WebServices::Data::SearchPreviewItem ^> ^ value); };
public Microsoft.Exchange.WebServices.Data.SearchPreviewItem[] PreviewItems { get; set; }
Public Property PreviewItems As SearchPreviewItem()

Property Value

The search preview items.

Applies to