PhoneEntity Class

Definition

Contains a phone number extracted from a message part. The PhoneEntity class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public ref class PhoneEntity sealed : Microsoft::Exchange::WebServices::Data::ExtractedEntity
public sealed class PhoneEntity : Microsoft.Exchange.WebServices.Data.ExtractedEntity
Public NotInheritable Class PhoneEntity
Inherits ExtractedEntity
Inheritance

Properties

OriginalPhoneString

Gets the value of the phone number as it was in the source message part. The OriginalPhoneString property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

PhoneString

Gets the extracted phone number. The PhoneString property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Position

Gets the position in a message from where the entity was extracted. The Position property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

(Inherited from ExtractedEntity)
Type

Gets the extracted phone type. For example, business or home. The Type property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Applies to