EntityExtractionResult.Contacts Property

Definition

Gets the set of contacts returned. The Contacts property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 property Microsoft::Exchange::WebServices::Data::ContactEntityCollection ^ Contacts { Microsoft::Exchange::WebServices::Data::ContactEntityCollection ^ get(); };
public Microsoft.Exchange.WebServices.Data.ContactEntityCollection Contacts { get; }
Public ReadOnly Property Contacts As ContactEntityCollection

Property Value

The extracted contacts.

Applies to