Task folder

  • Thread starter Thread starter Damian
  • Start date Start date
D

Damian

Hi, I'm a begginer Outlook developer.
I have got Task folder (with few tasks) and another (user-created) folder
with tasks. How to know what is the name of user created folder and how to
find it programatically?
Thanx
 
To know the name, you have to look at the folder list or ask the user to pick it with the Namespace.PickFolder method. To get a non-default folder, you need to walk the folder hierarchy using the Folders collections or use a function that does that for you. See http://www.slipstick.com/dev/code/getfolder.htm

--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
Back
Top