Outlook 2003 - Out Of Office

V

Volomist

I nedd to retrieve and set the OOF message in Outlook 2003 with an addin
written in VB.NET, possibly without the Redemption library.
Thanks.
 
K

Ken Slovak - [MVP - Outlook]

Outlook 2003 doesn't expose what you need to do that with its object model.
You would need to use Redemption or CDO 1.21 or some other API that does
expose that information.

What you want is a hidden message in the Inbox with a MessageClass of
"IPM.Note.Rules.OofTemplate.Microsoft".
 
V

Volomist

Ok, thanks Ken!

Ken Slovak - said:
Outlook 2003 doesn't expose what you need to do that with its object model.
You would need to use Redemption or CDO 1.21 or some other API that does
expose that information.

What you want is a hidden message in the Inbox with a MessageClass of
"IPM.Note.Rules.OofTemplate.Microsoft".
 
Top