![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
I want to get the FreeBusy info for the members of a private
distribution list in my contact folder. When I do it via Outlook OM directly the second line below Set oRecp = oDistList.GetMember(i) strFreeBusy = oRecp.FreeBusy(dtmStart, 30, True) receives an error ("Cannot load free/busy information"). Using Redemption the second line Set oSafeRecp = oSafeDistList.GetMember(i) strFreeBusy = oSafeRecp.FreeBusy(dtmStart, 30, True) returns w/o error but doesn't return any freebusy info. Using RDO: Set oRDORecp = oRDODistListItem.GetMember(i) strFreeBusy = oRDORecp.GetFreeBusy(dtmStart, 30, True) works fine (luckily). Why does the Redemption variant not work? Bug? Feature? Workaround? - Klemens |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
member not found | newbee | Outlook - General Queries | 0 | January 31st 07 02:30 AM |
Help with FREEBUSY | callmedoug | Outlook and VBA | 4 | December 4th 06 07:06 PM |
distribution list member name field | Hal | Outlook and VBA | 1 | October 3rd 06 02:40 AM |
Create Group Member | DGuess | Outlook Express | 14 | June 30th 06 03:06 AM |
Add / Create member(s) to a distriubutionlist | Kristof Ternoey | Outlook and VBA | 4 | February 13th 06 08:37 PM |