GetFreeBusy problem

  • Thread starter Thread starter Tamir Khason
  • Start date Start date
T

Tamir Khason

using CDO and Exchange 5.5 or 2000 following working fine:
CDO.Addressee iAddr = new CDO.Addressee();

iAddr.EmailAddress = @[email protected];

return iAddr.GetFreeBusy(DateTime.Now.AddDays(-10),
dtEndDate.AddDays(10),30, "", "", "", "");

BUT RETURNS NULL ! Why?

There are F/B data in the server between those dates.

Please advice...
 
Got the answer !
Now the tricky question: "How to use CDO from outside requested domain?"
(BTW. this was the problem"
 
Hi Tamir,

Tamir Khason said:
Got the answer !

This is the second time in a couple of hours your answering your own
question.
Thought about delaying your posts, to reduce the S/N ratio around here?

Your questions also seems to belong in the MS Exchange-related newsgroups.

Regards,

Lars Wilhelmsen
Software Engineer
Teleplan A/S, Norway
 
I'm answering my own question because I think that this problem can be
touched by other users later. Thus IMHO, I think it is impotant to answer
questions even my own to help other developers in the future with the same
problem.
Don't you think so?
 
Back
Top