Out of office - On or Off using VBA

  • Thread starter Thread starter Kishore
  • Start date Start date
K

Kishore

Hi,

Is there anyway to find whether out of office is set or
not using VB or VBA ???

I wanted to chk programatically whether Out of office is
set for a user...

Thanks.

Rgds,
Kishore
 
The Microsoft Collaboration Data Objects 1.21 library should expose the Out
of Office to you via the Session object.
 
Back
Top