Option "When replying to messages that are not in the Inbox, save the answer in the same folder"

Add-in Express™ Support Service
That's what is more important than anything else

Option "When replying to messages that are not in the Inbox, save the answer in the same folder"
 
N.Meyer




Posts: 26
Joined: 2012-11-07
Hello,

I would like to read in Outlook Add-in the option "When replying to messages that are not in the Inbox, save the answer in the same folder" and monitor the folder when an e-mail was sent.

Can you help me?

Thanks in advance
Nedeljka Meyer
Posted 11 Nov, 2019 05:46:08 Top
Andrei Smolin


Add-in Express team


Posts: 18829
Joined: 2006-05-11
Hello Nedeljka,

The Outlook object model doesn't provide any means to find whether this option is selected. I would check if the registry branch HKEY_CURRENT_USER\Software\Microsoft\Office\{version}.0\Outlook is changed when you change this flag and close Outlook.

Are you sure you need that flag? I expect that when this flag is selected, MailItem.SaveSentMessageFolder returns a different folder.


Andrei Smolin
Add-in Express Team Leader
Posted 11 Nov, 2019 06:14:27 Top
N.Meyer




Posts: 26
Joined: 2012-11-07
Hello Andrei,

thank you very much for your answer.
The property MailItem.SaveSentMessageFolder was a good hints and helps me for now.

Best regards
Nedeljka Meyer
Posted 11 Nov, 2019 07:11:20 Top
Andrei Smolin


Add-in Express team


Posts: 18829
Joined: 2006-05-11
Welcome!


Andrei Smolin
Add-in Express Team Leader
Posted 11 Nov, 2019 08:10:03 Top