View Single Post
  #2  
Old April 17th 06, 02:35 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Implementation differences in VS 2003 and VS 2005 regarding outloo

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
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Peeyush" wrote in message ...
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


Ads