Implementation differences in VS 2003 and VS 2005 regarding outloo

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I m developing an outlook customization programme, I was saving data in
outlook's contact folder using VS 2003 like this

oCt.CustomerID = stroutlook

where oCt is a variable of type outlook contacts and cutomerid is the field
of outlook and stroutlook is a variable containing the value to be saved.
But in VS2005 this seems not to be working, I suppose there are
implementation changes in VS 2005, if u can help me out also I am unable to
find any reference for it, I ‘ll be thankful to you.



Peeyush
 
The Outlook object model hasn't changed. What symptoms suggest that your code isn't working?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top