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 / November 2006

Tip: Looking for answers? Try searching our database.

Attaching Shortcuts to AppointmentItems

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
dch3 - 11 Nov 2006 12:45 GMT
Is there an way to put a shortcut to a file into an AppointmentItem? I've
played with dragging and dropping, but it doesn't actually save the shortcut.
The bigger picture is that I want to have an AppointmentItem that has links
to one or more files on a shared drive that related to the AI.
Michael Bauer [MVP - Outlook] - 13 Nov 2006 06:20 GMT
Here's a VBA sample:

 Dim oAppt As Outlook.AppointmentItem
 Set oAppt = Application.CreateItem(olAppointmentItem)
 oAppt.Body = "<file://d:/test.txt>"
 oAppt.Display

Signature

Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
 -- www.VBOffice.net --

Am Sat, 11 Nov 2006 04:45:01 -0800 schrieb dch3:

> Is there an way to put a shortcut to a file into an AppointmentItem? I've
> played with dragging and dropping, but it doesn't actually save the shortcut.
> The bigger picture is that I want to have an AppointmentItem that has links
> to one or more files on a shared drive that related to the AI.
 
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.