Discussion:
MAPI_E_NO_ACCESS
(too old to reply)
Jeff McKay
2009-03-05 17:21:18 UTC
Permalink
Any ideas why a call to CreateFolder would result in MAPI_E_NO_ACCESS
(x80070005)? This is code that usually works fine but not in the case of
one
user. The folder is trying to be created in an Exchange message store. The
program
is logging on without error and has the ability to see the existing folders
in the
store. Folder type FOLDER_GENERIC and flag OPEN_IF_EXISTS (in fact
does not already exist).
Dmitry Streblechenko
2009-03-07 16:55:17 UTC
Permalink
Did you open the parent store and folder with the write access?
Is that a primary store in the profile or a delegate one?
--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
Post by Jeff McKay
Any ideas why a call to CreateFolder would result in MAPI_E_NO_ACCESS
(x80070005)? This is code that usually works fine but not in the case of
one
user. The folder is trying to be created in an Exchange message store.
The program
is logging on without error and has the ability to see the existing
folders in the
store. Folder type FOLDER_GENERIC and flag OPEN_IF_EXISTS (in fact
does not already exist).
Loading...