2.2.5.1 t:SharingDataType Simple Type

The SharingDataType simple type specifies the type of data that is shared by the shared folder.

 <xs:simpleType>
   <xs:restriction
     base="xs:string"
   >
     <xs:enumeration
       value="Calendar"
      />
     <xs:enumeration
       value="Contacts"
      />
   </xs:restriction>
 </xs:simpleType>
  

The following values are defined by the SharingDataType simple type:

Value

Description

Calendar

Specifies that the shared folder contains calendar information.

Contacts

Specifies that the shared folder contains contact information.