How could I retrieve free/busy information if the only information I have is the Email address?

  • Thread starter Thread starter Wassim Dagash
  • Start date Start date
W

Wassim Dagash

I would like to retrieve free/busy information for given email address
, is it possible?
 
There are 2 ways to retrieve the free/busy status. You can get it from a
Recipient object or an AddressEntry object. If you have the email address
you can create a Recipient using NameSpace.CreateRecipient.

Of course all that depends on the Recipient having their free/busy
information available on a server you can reach and having the contact
information for that Recipient set up for free/busy.
 
Back
Top