LocationSource Enum
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 which contact information resource is used to select the physical address of a persona. The LocationSource enumeration is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public enum class LocationSource
public enum LocationSource
Public Enum LocationSource
- Inheritance
-
LocationSource
Fields
Name | Value | Description |
---|---|---|
None | 0 | An undefined contact information resource. The None field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
LocationServices | 1 | A location service such as the mapping feature of a search engine. The LocationServices field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
PhonebookServices | 2 | An external phonebook service. The PhonebookServices field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
Device | 3 | A GPS-enabled device. The Device field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
Contact | 4 | A contact in the user's contact folder. The Contact field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
Resource | 5 | A resource (such as a conference room). The Resource field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |