Outlook 2003 - Out Of Office

  • Thread starter Thread starter Volomist
  • Start date Start date
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.
 
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".
 
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".
 
Back
Top