J
Jeff
I admit that it's taken me a while to realize this, but it seems that
the Outlook COM object model is simply not well suited for developing
professional software against.
Take, for example, the ItemAdd event. It's documentation states that:
"This event does not run when a large number of items are added to the
folder at once." - MSDN
(http://msdn.microsoft.com/library/d...n-us/vbaol11/html/olevtItemAdd_HV05254252.asp)
How can I write software that depends on the ItemAdd event and sell it
to my customers? I'd have to add the disclaimer to my software that
states that it might not work all the time. That's unacceptable.
Another example would be how MAPIFolder.FullFolderPath fails sometimes:
(http://groups.google.com/group/micr...3e?lnk=gst&q=budajeff&rnum=5#c9e0ccb1404d223e)
What API do I have to use to have a consistent, deterministic
interaction w/ Outlook?
Jeff
the Outlook COM object model is simply not well suited for developing
professional software against.
Take, for example, the ItemAdd event. It's documentation states that:
"This event does not run when a large number of items are added to the
folder at once." - MSDN
(http://msdn.microsoft.com/library/d...n-us/vbaol11/html/olevtItemAdd_HV05254252.asp)
How can I write software that depends on the ItemAdd event and sell it
to my customers? I'd have to add the disclaimer to my software that
states that it might not work all the time. That's unacceptable.
Another example would be how MAPIFolder.FullFolderPath fails sometimes:
(http://groups.google.com/group/micr...3e?lnk=gst&q=budajeff&rnum=5#c9e0ccb1404d223e)
What API do I have to use to have a consistent, deterministic
interaction w/ Outlook?
Jeff