View Single Post
  #2  
Old January 16th 06, 10:17 PM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default Add a shortcut to a folder in the task body

You can use the "outlook://" URL prefix, but I don't know how to get
something similar to work for delegated users:

outlook://Inbox
outlook://Contacts

I can't get it to work for sub-folders either. For Public Folders, you'd
use this path:

outlook://Public%20Folders/All Public%20Folders

--
Eric Legault (Outlook MVP, MCDBA, old school WOSA MCSD, B.A.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"Sanjay Singh" wrote:

It is possible to add a shortcut to an e-mail folder (that resides in the
same PST) in the body of a task by
dragging and dropping the folder on to the task body.

Is it possible to do this in code?

I looked at the properties of the attachment object created and it isn't
clear where the actual pointer to the folder is saved.

Any ideas wuld be great.

Thanks
Sanjay



Ads