November 2007
Intermediate to advanced
928 pages
26h 9m
English
So how does this all tie into Exchange Web Services? Exchange Web Services exposes property paths for extended properties through the PathToExtendedFieldType schema type, shown in Example 13-1.
Example 13-1. PathToExtendedFieldType schema type
<xs:complexType name="PathToExtendedFieldType"> <xs:complexContent> <xs:extension base="t:BasePathToElementType"> <xs:attribute name="DistinguishedPropertySetId" type="t:DistinguishedPropertySetType" use="optional" /> <xs:attribute name="PropertySetId" type="t:GuidType" use="optional" /> <xs:attribute name="PropertyTag" type="t:PropertyTagType" use="optional" /> <xs:attribute name="PropertyName" type="xs:string" use="optional" /> <xs:attribute name="PropertyId" ...