|
To set the storage folder for an outgoing
Outlook message
Lotus Notes can prompt the sender to specify what folder a
message should be saved in. In Outlook, you can set the storage
folder on the Options dialog. This VBA code reproduces something closer
to the Notes behavior by popping up the Select Folder dialog when
the user sends the message.
To try this code, paste it into the built-in ThisOutlookSession
module in VBA in Outlook 2000 or later. (Press Alt+F11 to open the
VBA window.)
|