Quantcast
Channel: MFCMAPI
Viewing all 1090 articles
Browse latest View live

New Post: Error - Line 856

$
0
0
Hi,

Thank you for such a powerfull (and destructive!) tool :) Great job.

I used it too when all else failed in a case where one Folder just refused to be renamed throwing an exception.

Exception is:

Error:
Code: MAPI_E_CALL_FAILED==0x080004005
Function HrSetOneProp(ipMAPIContainer,&sDisplayName)
File HierarchyTableTreeCtrl.cpp
Line 856

The Folder itself is shared among many and, as it turned out later, no user can rename any folders anymore. The only thing I have managed to do is to copy all the contents and delete it via mfcmapi.

Apart from deleting the old one after copying all the data in a new mailbox, I would like to understand what is exactly in line 856 and if it could shed some light on the error itself.

The rights are assigned properly, and as a test even explicitly, on a Folder itself.

Folders are user created and there are many of them residing in the same level as system folders.

I am willing to provide some more details as long as they are reasonable :)

In any case, please help?

Thanks!

New Post: Error - Line 856

$
0
0
What's in line 856 is a call to HrSetOneProp. And that call is failing with MAPI_E_CALL_FAILED. This error comes from the server.

New Post: recover deleted (sub)folders using MFCMAPI

$
0
0
Exchange no longer saves deleted folders - just the items which were in them. It is not possible to recover a deleted folder, nor is it possible to determine which folders originally contained the deleted messages.

New Post: show additional columns

$
0
0
Is it possible to Show additional columns with values for the items. E.g. Display the Creation Time for calendar items? It seems to me sometimes there are many columns available and sometimes much fewer. Any Explanation why?

New Post: show additional columns

$
0
0
You can add any columns you want using Table/Set Columns.

Source code checked in, #110041

$
0
0
Problem: Old VS 2008 vsproj will never be in sync. Fix: Cut support for VS 2008. Delete vcproj.

New Post: Not able to delete duplicated folders in O365

$
0
0
We are in the midst of a migration from Exchange 2003 to O365 with an Exchange 2010 interim server in the middle. Clients use mostly Outlook 2007 with a few 2010. In the process mailboxes are ending up with duplicate folders.
I have been using MFCMapi to remove the folders but have some that will not delete. The error I receive is MAPI_W_PARTIAL_COMPLETION == 0x00040680.
I am moving any items from the duplicate folders first so they are empty when I try to delete. For the users affected it is not every folder that will not delete. Usually just Calendar, Tasks.
I have searched on this error and all hits talk about corrupted email IN the folders and how to delete them. Nothing on the folders themselves.
Can you help?

Created Unassigned: another MAPI_E_FAILONEPROVIDER == 0x8004011D [17142]

$
0
0
I created two mapi over http profile,one is related to user "Administrator",other is related to user "Jie_Test1",
I log on computer with Administrator.when I open session with Jie_Test1,the error happened.

Commented Unassigned: another MAPI_E_FAILONEPROVIDER == 0x8004011D [17142]

$
0
0
I created two mapi over http profile,one is related to user "Administrator",other is related to user "Jie_Test1",
I log on computer with Administrator.when I open session with Jie_Test1,the error happened.
Comments: ** Comment from web user: sgriffin **

These are bad profiles or problems with your server/network (most likely bad profiles). This isn't a bug in MFCMAPI.

Closed Unassigned: another MAPI_E_FAILONEPROVIDER == 0x8004011D [17142]

$
0
0
I created two mapi over http profile,one is related to user "Administrator",other is related to user "Jie_Test1",
I log on computer with Administrator.when I open session with Jie_Test1,the error happened.

Source code checked in, #110193

$
0
0
Problem: EC_H in Smartview throwing dialog on expected failure Fix: Switch to WC_H

Created Unassigned: Ex2010 PF Store shows no properties [17169]

$
0
0
Using the latest few versions of MFCMAPI, i find that when i open a PF store, no store properties are returned in the view. I can explicitly ask for a property and get a value, but it seems that GetProps and GetPropList both return empty.

Mailbox stores work fine, and Ex2007 and Ex2003 show props for PFs.

Any suggestions on this?

Regards,
Eriq VanBibber

New Post: Search and Destroy

$
0
0
Under \Root Container\Top of Outlook data file\ is there a way to perform a mass replacement for specific values in the Outlook folders? For instance, I have a lot of folders and subfolders that I need to replace "IPF.Imap" in PR_CONTAINER_CLASS with "IPF.Note".

Created Unassigned: MAPI over Http issue for OpenOtherMailBoxFromGAL [17172]

$
0
0
Hi Guys,

I create 2 profiles for a user which has "receive-as" right for the mailbox database in my lab, one profile "Chunk-RPC" is for Outlook Anywhere, another "Chunk-Http" is for MAPI over Http.

when I logon the "Chunk-RPC" with MFCMAPI, and use the session to Open other user's mailbox from gal, everything is good and no problems, but when I use the "Chunk-Http" to logon, I cannot open other user's mailbox, just got "MAPI_E_CALL_FAILED==0x80004005" error code from OpenMsgStore function, Could you please tell me what's the key issue?

Thanks,

Mic

Commented Unassigned: Ex2010 PF Store shows no properties [17169]

$
0
0
Using the latest few versions of MFCMAPI, i find that when i open a PF store, no store properties are returned in the view. I can explicitly ask for a property and get a value, but it seems that GetProps and GetPropList both return empty.

Mailbox stores work fine, and Ex2007 and Ex2003 show props for PFs.

Any suggestions on this?

Regards,
Eriq VanBibber
Comments: ** Comment from web user: sgriffin **

Is there any version of MFCMAPI where you get properties in this scenario? If it always fails, this is a server issue, not a problem with MFCMAPI.


New Post: How to Use MAPI restore the email form the exchange backup database?

New Post: Finding deleted mailbox via MFCMAPI and located source for removed emails

$
0
0
Hi There,

I am having 2 separate issues that I dont think are related but that i need assistance with.

A user is complaining that some of her sent items are no longer in her sent folder. I found these emails under the purged items in MFCMAPI. I was wondering how I can tell who/what deleted these items? was it done via an autoarchive job or, manual?

Additionally, a users mailbox disappeared from an AD object. The AD Object is there but the mailbox is no longer in exchange. i have a 7 year retention policy on all mailboxes, how can i find this mailbox data via MFCMapi. this mailbox belongs to a user who is no longer with the company, his account was disabled. The email was not disconnected in exchange.

Thank you.

New Post: who deleted a particular email

$
0
0
How can i tell by looking at purged items in MFCMAPI which user deleted an email or, even better the client information for that deletion.

Thank you.

New Post: When sending email in Outlook 2013 getting 0x800C8100 error

$
0
0
What is 0x800C8100 error? Outlook reports Unknown Error. I've searched for 0x800C8100 in google and nothing returns on what exactly does this error mean.

We have our own message store provider. We were able to send emails before, but no longer can because of that error. We are not sure what Outlook is doing.

New Post: When sending email in Outlook 2013 getting 0x800C8100 error

Viewing all 1090 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>