Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Outlook / Programming VBA / February 2004

Tip: Looking for answers? Try searching our database.

Contact Items

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Roger Stenson - 21 Feb 2004 15:26 GMT
Hi
I have just about completed a Contact Folder application. However I can not
find Notes as a contact item. I would be grateful if some one woul tell me
how to access it

Roger Stenson
Sue Mosher [MVP-Outlook] - 21 Feb 2004 16:07 GMT
By "Notes" do you mean the content that the user types in the large box on
the main page of the contact form? If so, take a look at the Body property.
Signature

Sue Mosher, Outlook MVP
Author of
    Microsoft Outlook Programming - Jumpstart for
    Administrators, Power Users, and Developers
    http://www.outlookcode.com/jumpstart.aspx

> Hi
> I have just about completed a Contact Folder application. However I can not
> find Notes as a contact item. I would be grateful if some one woul tell me
> how to access it
>
> Roger Stenson
loadhigh - 22 Feb 2004 03:51 GMT
The scripts below  is add a contactitem in your outlook2003,please reference
"outlook application" first before you run it.

Sub main()

   Set olk = CreateObject("outlook.application")
   Set myitem = olk.CreateItem(olContactItem)
       myitem.FullName = "load high"
       myitem.Body =" Can you see those words in the Your 'Notes'"
'here is your notes.
       myitem.Save

   Set myitem = Nothing

   Set olk = Nothing

End Sub

> Hi
> I have just about completed a Contact Folder application. However I can not
> find Notes as a contact item. I would be grateful if some one woul tell me
> how to access it
>
> Roger Stenson
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.