MAPI Store Accessor error

Add-in Express™ Support Service
That's what is more important than anything else

MAPI Store Accessor error
 
Paul Cross


Guest


Hi,

I'm receiving an error on a machine running Vista SP1 and Office 2003 SP3.

The code is pretty simple in and called from OnAddinStartupComplete.

_adxMAPIStoreAccessor = new ADXMAPIStoreAccessor {SupportedStoreEvents = ADXMsgStoreEvents.NewMail};
_adxMAPIStoreAccessor.Initialize(false);

The error is as follows:

Exception Source: AddinExpress.MAPI
Exception Type: System.NullReferenceException
Exception Message: Object reference not set to an instance of an object
Exception Target Site: MAPIWrapper.Subscribe
Object reference not set to an instance of an object

Any thoughts?

Thanks,
Paul
Posted 02 Jan, 2009 17:18:59 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Paul.

Do you use the component in a COM add-in or a separate application?
Posted 03 Jan, 2009 07:10:36 Top
Paul Cross


Guest


Hi Sergey,

A COM add-in...

Paul
Posted 05 Jan, 2009 04:16:18 Top
Eugene Astafiev


Guest


Hi Paul,

I have a couple of questions for you:

1. What version of the MAPI Store Accessor do you use?
2. Could you send a sample add-in project which can reproduce the issue to the support e-mail address (see readme.txt)?
Posted 08 Jan, 2009 08:15:39 Top
Paul Cross


Guest


Hi Eugene,

I'm still experiencing the same issue on a single user machine running Vista SP1 and Office 2003 SP3. I'm running MAPI Store Accessor version 2.3.209.2008.

I send a mail to the support alias with a simple project attached and a screenshot of the error the user is receiving.

Regards,
Paul
Posted 22 Jan, 2009 09:11:03 Top
Paul Cross


Guest


Issue resolved. Tracked down to an overzealous IT admin manipulating security on user machine.

Thanks,
Paul
Posted 27 Jan, 2009 04:05:55 Top
Eugene Astafiev


Guest


Good news!
Thank you for letting me know.
Posted 27 Jan, 2009 08:16:03 Top