Table of Contents

Class EntityExtractionResult

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents an EntityExtractionResult object.

public sealed class EntityExtractionResult : ComplexProperty
Inheritance
EntityExtractionResult
Inherited Members

Properties

Addresses

Gets the extracted Addresses.

public AddressEntityCollection Addresses { get; }

Property Value

AddressEntityCollection

Contacts

Gets the extracted Contacts.

public ContactEntityCollection Contacts { get; }

Property Value

ContactEntityCollection

EmailAddresses

Gets the extracted EmailAddresses.

public EmailAddressEntityCollection EmailAddresses { get; }

Property Value

EmailAddressEntityCollection

MeetingSuggestions

Gets the extracted MeetingSuggestions.

public MeetingSuggestionCollection MeetingSuggestions { get; }

Property Value

MeetingSuggestionCollection

PhoneNumbers

Gets the extracted PhoneNumbers.

public PhoneEntityCollection PhoneNumbers { get; }

Property Value

PhoneEntityCollection

TaskSuggestions

Gets the extracted TaskSuggestions.

public TaskSuggestionCollection TaskSuggestions { get; }

Property Value

TaskSuggestionCollection

Urls

Gets the extracted Urls.

public UrlEntityCollection Urls { get; }

Property Value

UrlEntityCollection