Outlook Bug?

  • Thread starter Thread starter Avi
  • Start date Start date
A

Avi

Hi.
I am using Outlook 2002/2000 objects in my VB 6.0 Program.
Whenever I
write the following:
Set Outlook = New Outlook.Application
(OR createObject)
Set NSpace = Outlook.GetNamespace("MAPI")

The program raises an error saying automation
error/activex error.
it only occurs when the user has Personal Folders Backup
add-in installed
into office.

However, when I open outlook, then run the program, it
works fine. Do you
know why? And if so then how do I fix it?
I can't ask my clients to uninstall the backup utility.
Try installing the backup utility, and
you'll see.
http://office.microsoft.com/downloads/2002/pfbackup.aspx

Thanks in advance
 
PFBackup is known to be flaky and unreliable and I wouldn't be at all
surprised to hear that it has other problems. I would never install or
use it because of those problems, one of which is it is known to keep
Outlook in memory.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Lead Author, Professional Outlook 2000 Programming, Wrox Press
Lead Author, Beginning VB 6 Application Development, Wrox Press
Attachment Options
http://www.slovaktech.com/attachmentoptions.htm
Extended Reminders
http://www.slovaktech.com/extendedreminders.htm
 
Back
Top