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
Contacts
Gets the extracted Contacts.
public ContactEntityCollection Contacts { get; }
Property Value
EmailAddresses
Gets the extracted EmailAddresses.
public EmailAddressEntityCollection EmailAddresses { get; }
Property Value
MeetingSuggestions
Gets the extracted MeetingSuggestions.
public MeetingSuggestionCollection MeetingSuggestions { get; }
Property Value
PhoneNumbers
Gets the extracted PhoneNumbers.
public PhoneEntityCollection PhoneNumbers { get; }
Property Value
TaskSuggestions
Gets the extracted TaskSuggestions.
public TaskSuggestionCollection TaskSuggestions { get; }
Property Value
Urls
Gets the extracted Urls.
public UrlEntityCollection Urls { get; }