New Post: Cannot access Outlook 2013 64-bit files
Are you certain Outlook is 64 bit? Did you try the 32 bit MFCMAPI?
View ArticleNew Post: Stuck message in OUTBOX, Outlook 2013
The message is in the submit state, where it can't be messed with by a client. To remove it from the submit state, you need to abort the submission. To do that, right click on the message and select...
View ArticleNew Post: Cannot access Outlook 2013 64-bit files
My bad! The PC is 64 bit but Outlook is 32. Thanks.
View ArticleNew Post: Some confusions regarding FGetComponentPath
Hi Team, There are many confusions in my mind regarding FGetComponentPath. 1) If is Outlook is not installed but some other client, eg, ThunderBird, then should MSIComponentID and MSIApplicationLCID be...
View ArticleNew Post: Some confusions regarding FGetComponentPath
mapi32.dll is the core MAPI stub library you should be loading, unless you know you only wish to work with Outlook's MAPI (or the MAPI of some other product). Because we didn't always used to have a...
View ArticleNew Post: "Unread" contacs
Where within mfcmapi do you go to find the contacts that are unread so I can then "Mark them as read" and the user can then see the contacts again? Regards Dan
View ArticleNew Post: "Unread" Contacts in Outlook not appearing
Hi All, I have an issue whereby a user has contacts which are stating as "Unread". The unread contacts are not viewable and I am trying to find the location within mfcmapi where you can highlight the...
View ArticleNew Post: "Unread" Contacts in Outlook not appearing
I'm not familiar with this issue. If you've not been able to locate the contacts to mark them unread, then how did you identify that the problem was that the contacts are marked as unread? Did you find...
View ArticleNew Post: "Unread" Contacts in Outlook not appearing
Thanks for replying, Within The outlook client, when the user clicks on the contacts.... in the bottom left hand corner it say items "97" and next to it on the right it says unread "29"... these 29...
View ArticleNew Post: "Unread" Contacts in Outlook not appearing
You might want to send me a screenshot of Outlook - when I look at my Contacts folder it doesn't say anything about read/unread - it just says the number of items. Be sure to include the entire window...
View ArticleNew Post: Some confusions regarding FGetComponentPath
If mapi32.dll is replaced by MAPI of some other product, then also it is loaded (in GetComponentPath() in StubUtils.cpp). I have replaced mapi32.dll with other dll and it is loaded and after that it...
View ArticleNew Post: "Unread" Contacts in Outlook not appearing
Thanks, the right click / Advanced / Set read flag seems to be what I'm after but I seem to have a bigger issue now with these unread contacts... What's the best way to send you some screenshots? is it...
View ArticleNew Post: "Unread" Contacts in Outlook not appearing
You can post the screenshot somewhere and link to it here.
View ArticleNew Post: Some confusions regarding FGetComponentPath
That might be a potential improvement. But if mapi32.dll has ben replaced, you might be better off running fixmapi.exe to fix it.
View ArticleNew Post: Some confusions regarding FGetComponentPath
OK. But I was speaking about the code in MFCMAPI. We could do it manually using fixmapi.exe. In MFCMAPI, FixMAPI or fixmapi.exe isn't used. So I was saying about checking if FGetComponentPath is...
View ArticleNew Post: "Unread" Contacts in Outlook not appearing
https://www.dropbox.com/sh/qknd70phmdy0ioq/AABj7B1VSuMTMXxJCBc3F_TPa Please try this link and see if you can get to the document containing screenshots Thanks Dan
View ArticleNew Post: "Unread" Contacts in Outlook not appearing
The icons on those Contact folders look unusual. In MFCMAPI, when you look at one of those folders, do you see a value for PR_CONTAINER_CLASS and if so what is it?
View ArticleNew Post: Some confusions regarding FGetComponentPath
I get that, but this is an incredibly rare scenario nowadays. I probably won't be making this change.
View ArticleNew Post: Some confusions regarding FGetComponentPath
There was a mistake that I made in programming because of which I got wrong results. Now, I have rectified that mistake. I noticed that if mapi.dll or mapistub.dll is loaded then, pfnMAPIInitialize()...
View ArticleNew Post: "Unread" Contacts in Outlook not appearing
I've included a link to another screenshot, is this the field you are asking about:https://www.dropbox.com/s/3349flxia58xct3/PR_Container_Class.docx Regards
View Article