How can i retrieve a custom field from MS exchange server 2003 contact using CDOEX and c#
I am able to add a custom field - but not able tot retrieve it
//Custom Property
oPerson.Fields.Append("VOICEId", DataTypeEnum.adInteger, 10, FieldAttributeEnum.adFldUnspecified, "271");
//////////////
oPerson.Fields.Update();
Regards - Singh
I am able to add a custom field - but not able tot retrieve it
//Custom Property
oPerson.Fields.Append("VOICEId", DataTypeEnum.adInteger, 10, FieldAttributeEnum.adFldUnspecified, "271");
//////////////
oPerson.Fields.Update();
Regards - Singh