Discussion:
Processing read receipts for mail not in default 'sent items'
(too old to reply)
RC
2009-04-01 12:42:47 UTC
Permalink
Hi,

I have VBA code which moves all my sent mail to a folder other than
the default 'sent items', after sending (it changes
the .SaveSentMessageFolder property to a different folder). As a
result, when read receipts come in, Outlook doesn't correctly process
the read receipt (I imagine it looks by default in the Sent Items
folder?).

Is there a way, in code or using a rule, to 'apply' a read receipt to
a mail item in a folder other than in (default) Sent Items?

Thanks,

RC.
Ken Slovak - [MVP - Outlook]
2009-04-01 13:13:51 UTC
Permalink
No, not possible.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
Post by RC
Hi,
I have VBA code which moves all my sent mail to a folder other than
the default 'sent items', after sending (it changes
the .SaveSentMessageFolder property to a different folder). As a
result, when read receipts come in, Outlook doesn't correctly process
the read receipt (I imagine it looks by default in the Sent Items
folder?).
Is there a way, in code or using a rule, to 'apply' a read receipt to
a mail item in a folder other than in (default) Sent Items?
Thanks,
RC.
RC
2009-04-01 14:14:56 UTC
Permalink
Post by Ken Slovak - [MVP - Outlook]
No, not possible.
OK - that was quick :-)

Thanks.

RC.

Loading...