Storing Settings

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want the user to select some folders where my code will automatically
organise emails according to subject. I know how to get the user to select
the required folders, but how do I store this value so the user does not have
to keep selecting folders every time they start Outlook?
 
Store the folder EntryID or ID's in a text file, INI file, the registry or
wherever else you want. You can even store the settings in hidden messages
in Outlook if you're using Outlook 2007 or an alternate API such as CDO or
Extended MAPI.
 
Back
Top