Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

retrieve a custom field

Status
Not open for further replies.

jagdeep

IS-IT--Management
Jul 29, 2002
12
IN
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
 
Is there any online server that i can access to debug this code. (having both .NET and Exchange Server 2003)

i am looking to retrieve
oPerson.Fields["MyField"].Value

mahalo
Jacks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top