Class ContactPhoneEntity
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents an ContactPhoneEntity object.
public sealed class ContactPhoneEntity : ComplexProperty
- Inheritance
-
ContactPhoneEntity
- Inherited Members
Properties
OriginalPhoneString
Gets the phone entity OriginalPhoneString.
public string OriginalPhoneString { get; }
Property Value
PhoneString
Gets the phone entity PhoneString.
public string PhoneString { get; }
Property Value
Type
Gets the phone entity Type.
public string Type { get; }