Office.MailboxEnums.EntityType enum
Specifies an entity's type.
Warning: Entity-based contextual Outlook add-ins are now retired. However, regular expression rules are still supported. We recommend updating your contextual add-in to use regular expression rules as an alternative solution. For guidance on how to implement these rules, see Contextual Outlook add-ins.
Remarks
Applicable Outlook mode: Compose or Read
Fields
MeetingSuggestion = "meetingSuggestion" | Specifies that the entity is a meeting suggestion. |
TaskSuggestion = "taskSuggestion" | Specifies that the entity is a task suggestion. |
Address = "address" | Specifies that the entity is a postal address. |
EmailAddress = "emailAddress" | Specifies that the entity is an SMTP email address. |
Url = "url" | Specifies that the entity is an Internet URL. |
PhoneNumber = "phoneNumber" | Specifies that the entity is a US phone number. |
Contact = "contact" | Specifies that the entity is a contact. |
Office Add-ins