Extended Properties in Exchange Web Services

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" ...

Get Inside Microsoft® Exchange Server 2007 Web Services now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.