2.2.5.1 t:ContactSourceType Simple Type

The ContactSourceType specifies whether a contact (2) or distribution list is located in the server database or in the directory service.

 <xs:simpleType name="ContactSourceType">
   <xs:restriction
     base="xs:string"
   >
     <xs:enumeration
       value="ActiveDirectory"
      />
     <xs:enumeration
       value="Store"
      />
   </xs:restriction>
 </xs:simpleType>
  

Enumeration

The following values are defined by the ContactSourceType simple type.

Value

Meaning

ActiveDirectory

Specifies that the contact (2) or distribution list is located in the directory service.

Store

Specifies that the contact (2) or distribution list is located in the server database.

This is applicable to the Contacts Web Service protocol and to the Distribution List Creation and Usage Web Service protocol [MS-OXWSDLIST].

It is also used by the ResolveNames method ([MS-OXWSRSLNM] section 3.1.4.1), returning directory and store contacts (2) matching a search string.