![]() |
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
|
|||
|
|||
![]()
What are possible reasons why I would get a NULL event item returned from a
call to the Item() member function of the Items for a calendar? My code goes something like this: pCalendar = pNameSpace-GetDefaultFolder(olFolderCalendar); pItems = pCalendar-GetItems(); nRecCount = pItems-Count; for(i=1; i=nRecCount; i++) { pApptItem = pItems-Item(i); } On most machines, I never see a problem, but on one customer's machine 'pApptItem' is NULL for every event? I'm at a loss as to why, or how I can figure out more information about these events? Thanks Mark -- Beiley Software http://www.beiley.com |
Ads |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Item Unload Event Doesn't Fire | Tim Pulley | Add-ins for Outlook | 3 | May 16th 07 05:42 PM |
Explorer closing before Item Add event fires?? | AndyK | Outlook and VBA | 3 | November 3rd 06 03:22 PM |
catch the mail item on_focus event | john | Outlook and VBA | 1 | September 28th 06 01:33 PM |
Item Open event does not occurs every time | sfradel | Add-ins for Outlook | 1 | September 2nd 06 05:33 PM |
Item Move event | AtulSureka | Outlook and VBA | 1 | February 24th 06 02:33 PM |