Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Reading/Updating a Task Yes/No Custom Field using EWS

9 views
Skip to first unread message

Glen Bell

unread,
Aug 12, 2011, 11:51:38 AM8/12/11
to
Have not found anything online on how to read or update a custom field
using EWS. Here is the code I am using

PathToExtendedFieldType fieldPath = new
PathToExtendedFieldType();
fieldPath.DistinguishedPropertySetId =
DistinguishedPropertySetType.PublicStrings;
fieldPath.DistinguishedPropertySetIdSpecified = true;
fieldPath.PropertyName = "MyField";
fieldPath.PropertyType = MapiPropertyTypeType.String;

It doesn't return a value regardless if the property is null, true or
false.

0 new messages