View Single Post
  #4  
Old January 24th 07, 05:14 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default contactitem - how can I add comment text

When in doubt, check the object browser: Press ALt+F11 to open the VBA environment in Outlook, then press F2. Switch from All Libraries to Outlook to browse all Outlook objects and their properties, methods, and events. Select any object or member, then press F1 to see its Help topic.

--
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

"SwissMiss" wrote in message ...
Thank you so much. Seems obvious but somehow I thought body only applied to
messages. You made my day.
--
SwissMiss


"Sue Mosher [MVP-Outlook]" wrote:

objItem.Body = "your comment"



"SwissMiss" wrote in message ...
Using vba code, I am creating a new contact. I need to add text in what looks
like the comment on a contact form.
I am taking information from a message, creating a new contact, and adding
name, address, etc. Stumbling block. I must add some text to a comment, but I
cannot find a property to do this. Any suggestions?
--
SwissMiss


Ads