New Post: MAPI Spooler Status returns STATUS_FAILURE
I hardly think that I was "digging around". I executed the "logon" command followed by the "View status table" command. I wasn't suggesting that there was something wrong with your utility. Somehow,...
View ArticleNew Post: MAPI Spooler Status returns STATUS_FAILURE
Your original post only states that you see an error in the status table, and that Outlook seems to be working. Incidentally, I see the same error in my status table, and everything is working for me....
View ArticleNew Post: MAPI Spooler Status returns STATUS_FAILURE
On a Windows 7 Professional 32-bit computer with Outlook 2010 installed (14.0.6129.5000 32-bit) I have a profile with an IMAP/SMTP e-mail account. There are two message stores, one for the e-mail...
View ArticleNew Post: MAPI Spooler Status returns STATUS_FAILURE
I forgot to add, that when I invoke outlook and click on one of the folders, the contents are updated. Thanks, in advance, for any advice you can give.
View ArticleNew Post: MAPI Spooler Status returns STATUS_FAILURE
Are you writing or do you intend to write code here? There is no spooler in Outlook's MAPI anymore. The code that synchronizes the local store with the IMAP server operates within Outlook, and not from...
View ArticleNew Post: MAPI Spooler Status returns STATUS_FAILURE
Yes, but it should be possible to trigger a synchronization from the MAPI interface. My understanding is that the spooler was moved from an external service to an internal thread. The documentation...
View ArticleNew Post: MAPI Spooler Status returns STATUS_FAILURE
The spooler was moved into Outlook, so you have to run Outlook to get spooler type operations. You might be able to get what you want using the Outlook Object Model.
View ArticleNew Post: MAPI Spooler Status returns STATUS_FAILURE
Then the Microsoft documentation linked above is incorrect?
View ArticleNew Post: MAPI Spooler Status returns STATUS_FAILURE
It still applies to Exchange's MAPI implementation.
View ArticleNew Post: MAPI Spooler Status returns STATUS_FAILURE
The documentation does not indicate that this only applies to Exchange, as in my browser it indicates that it applies to Outlook 2013. Apparently, then, MAPI has been reduced from a Messaging Interface...
View ArticleNew Post: MAPI Spooler Status returns STATUS_FAILURE
The problems you're observing are a function of the implementation of the IMAP provider, not MAPI.
View ArticleNew Post: MAPI Spooler Status returns STATUS_FAILURE
I would agree that the problems appear to be with the IMAP provider, but presumed that Microsoft, or one of its vendors, had implemented the IMAP provider. The IMAP provider does propagate folder...
View ArticleNew Post: MAPI Spooler Status returns STATUS_FAILURE
Where is IMAPISync defined? Might this possibly help me. I found the IID_, but not the actual declaration of the interface.
View ArticleNew Post: find message or folder id?
Howdy, I am attempting to find the unique id of messages or folders within Outlook 2010/Exchange 2013 (hosted in O365). I thought that I could use mfcmapi for this but I can't find out how to get the...
View ArticleNew Post: find message or folder id?
Could you clarify the information you're starting from, where it came from, and maybe give an example?
View ArticleNew Post: Two Size Fields
Hello, I was instructed to use this tool by Microsoft to try and help with our duplicate/draft email problems. I've connected with MFCMAPI and have been able to find a couple Fields that indicate...
View ArticleNew Post: Two Size Fields
You're not using a current version of MFCMAPI. That extra "Size" field is a bug: https://mfcmapi.codeplex.com/workitem/15765. That column is really the message flags property. and it looks like you're...
View ArticleNew Post: PR_REDIRECTION_HISTORY vs PR_TRANSPORT_MESSAGE_HEADERS
Hello, our exchange server allows for receiving mails sent to an 'alias' address. I don't know yet the correct exchange term of this feature, but effectively mails sent to this address are accessible...
View ArticleNew Post: PR_REDIRECTION_HISTORY vs PR_TRANSPORT_MESSAGE_HEADERS
Looks like the property is documented here:http://msdn.microsoft.com/en-us/library/office/cc815490.aspx But it doesn't look like the format of the data is documented.
View ArticleNew Post: Two Size Fields
Thank you, I used the the latest version and it is showing the separate fields. I've never done scripting from memory so have no idea about that, do you think VBS or VBA would work? Or does it not have...
View Article