ContactEntity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a contact entity object. The ContactEntity class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public ref class ContactEntity sealed : Microsoft::Exchange::WebServices::Data::ExtractedEntity
public sealed class ContactEntity : Microsoft.Exchange.WebServices.Data.ExtractedEntity
Public NotInheritable Class ContactEntity
Inherits ExtractedEntity
- Inheritance
Properties
Addresses |
Gets the addresses of the contact entity. The Addresses property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
BusinessName |
Gets the business name of the contact entity. The BusinessName property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
ContactString |
Gets the display name of the contact entity. The ContactString property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
EmailAddresses |
Gets the email addresses of the contact entity. The EmailAddresses property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
PersonName |
Gets the name of the person for the contact entity. The PersonName property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
PhoneNumbers |
Gets the phone numbers for the contact entity. The PhoneNumbers 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) |
Urls |
Gets the URLs of the contact entity. The Urls property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |