Article ID: 183250 - Last Review: March 19, 2004 - Revision: 3.0 PRB: CDO (1.x) Error: Run-time error '-2147221233' with GetFreeBusy()This article was previously published under Q183250 SYMPTOMS
Using the GetFreeBusy function against a Exchange Server mailbox returns
the following error:
Run-time error '-2147221233(8004010f)': [Collaboration Data Objects - [MAPI_E_NOT_FOUND(8004010F)]] CAUSE
The mailbox that you are accessing using Collaboration Data Objects (1.1, 1.2, 1.21) has not been logged into with a mail client yet, therefore no Free/Busy information has been created for this mailbox.
RESOLUTION
Here are three workarounds to this problem:
MORE INFORMATION
The GetFreeBusy method returns a string representing the availability of the messaging user for a meeting over a specified period of time. The returned string length equals the number of time slots between StartTime and EndTime. Each character in the string is the ASCII representation of the appropriate type library constant indicating the messaging user's availability during a time slot:
ASCII
Character Meaning
---------------------
"0" CdoFree
"1" CdoTentative
"2" CdoBusy
"3" CdoOutOfOffice
APPLIES TO
| Article Translations
|

Back to the top
