K
Ken Slovak - [MVP - Outlook]
Using the Outlook object model you can only add a UserProperty to an item.
That is a problem since the item would be available to the user. I usually
use CDO 1.21 (optional installation in Outlook 2000 and later) code in
situations like that to add a hidden item
(MAPI.Folder.HiddenMessages.Message) in the Inbox folder to hold ny
settings. That is completely invisible to the user.
Other than that why not just store the information in the registry and read
and write it as needed?
That is a problem since the item would be available to the user. I usually
use CDO 1.21 (optional installation in Outlook 2000 and later) code in
situations like that to add a hidden item
(MAPI.Folder.HiddenMessages.Message) in the Inbox folder to hold ny
settings. That is completely invisible to the user.
Other than that why not just store the information in the registry and read
and write it as needed?