How to programmatically get a selected folder in outlook 2003?

Joined
Mar 11, 2010
Messages
1
Reaction score
0
Dear all, I can’t find a way to programmatically get a selected folder.

The Explorer_Object.Selection returns selected emails, but not the selected folder.

I want to know selected folder, because I want to develop the following functionality:

General idea:
When creating a new email I would like to be able to specify folder where sent email will be saved to instead of being saved in the sent items.

Specific implementation.
I would like to achieve the following functionality.

Step 1 Before creating email I will select a specific Outlook folder (e.g. Customer1)
Step 2 Then I would normally press New, create outlook email and send it
Step 3: the email created in the Step 2 will be automatically saved in the folder, selected in the Step 1 and not in the sent items folder
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top