![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
objItem.Body = "your comment"
-- 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 ... 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 |
#3
|
|||
|
|||
![]()
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" -- 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 ... 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 |
#4
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
ContactItem.Save() | Virda | Outlook and VBA | 9 | January 10th 07 12:27 PM |
Add Comment Field to Outlook Messages Flagged for Follow Up. | Oh! | Outlook - General Queries | 3 | August 2nd 06 03:07 AM |
How to change comment in conatct name "namecomment" | agporto | Outlook - Using Contacts | 1 | June 22nd 06 03:43 PM |
add some text into an email automatically | Nader | Add-ins for Outlook | 10 | May 9th 06 03:39 AM |
New ContactItem with same EntryID | jim | Add-ins for Outlook | 3 | January 20th 06 08:01 PM |