how to add links under a folder in MS Outlook 2003 using outlook programming

  • Thread starter Thread starter indrajith_varma1
  • Start date Start date
I

indrajith_varma1

Hi..

i wanted to know whether its possible to add links under a folder
using outlook programming and COM Add Ins. I am using VS.NET
2003.....I am able to create sub folders within folders.Thats why i
wanted to know whether its possible to add or create sublinks just like
subfolders.

The requirement is that on the click of the sub links , an event should
be fired.
 
Folders can contain subfolders and individual items. I'm not sure what you mean by "links" in this scenario.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
hi
wht i meant was whether folders can contain hyperlinks, just like sub
folders and that whether its possible to create those hyperlinks
programmatically using Outlook COM Add Ins.......
I had actually created sub folders using Outlook COM Add ins
 
As I said, folders can contain subfolders and Outlook items.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
thanks a lot for the input..
btw, could u send me a block of code to create hyper links within the
folder
 
Back
Top