Edit

Share via


SearchPreviewItem.ExtendedProperties Property

Definition

Gets or sets the extended properties on the item. The ExtendedProperties property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 property Microsoft::Exchange::WebServices::Data::ExtendedPropertyCollection ^ ExtendedProperties { Microsoft::Exchange::WebServices::Data::ExtendedPropertyCollection ^ get(); void set(Microsoft::Exchange::WebServices::Data::ExtendedPropertyCollection ^ value); };
public Microsoft.Exchange.WebServices.Data.ExtendedPropertyCollection ExtendedProperties { get; set; }
Public Property ExtendedProperties As ExtendedPropertyCollection

Property Value

The extended properties.

Applies to