↧
New Post: Exchange 2003 using mfcmapi to find biggest items in a mailbox
I need to find biggest items and their size in a particular user's mailbox on Exchange 2003. I thought I could use MfcMAPI for it, as following these steps one can sort items in mailbox folder by their...
View ArticleCreated Unassigned: Sending a mail by creating a message in outbox [17443]
I can create a mail in outbox, set the "to" address but "submit" message doesn't do anything.When I open outlook after I close mfcmapi, outlook sends the message from outbox. Is there a way for the...
View ArticleCreated Unassigned: Crashing at logon [17449]
Windows 7 SP2, Outlook 2010 SP2, Exchange Online mailbox. After opening MFCMAPI, I select Session>logon. The prompt to select a profile appears. I select the profile, and the application crashes...
View ArticleNew Post: IMonikers to read mailbox data from exchange server asynchronously
Currently the program uses a single thread to serialize all of the MAPI calls. Mapi provider initializes and stores the folder name, etc as a member variable and then read the mailboxs. This may result...
View ArticleCreated Unassigned: No default mail client [17461]
When trying to login to the session, I get the error listed below. I am on Windows 7 64bit and running Outlook 2016 Preview 32bit.MAPIInitialize failed with error 0x80004005 == MAPI_E_CALL_FAILED.Here...
View ArticleCommented Unassigned: No default mail client [17461]
When trying to login to the session, I get the error listed below. I am on Windows 7 64bit and running Outlook 2016 Preview 32bit.MAPIInitialize failed with error 0x80004005 == MAPI_E_CALL_FAILED.Here...
View ArticleNew Post: export only PrimarySMTPAddress and DisplayName to text file
I'd like to export the IPM.autoconfigure.autocomplete to a textfile but only to see the users display name and primary smtp address. I can copy it manualy out of the big amount of text, but that is...
View ArticleCreated Unassigned: FILETIME is not parsed correctly in PR_CONVERSATION_INDEX...
The dissection of the header of PR_CONVERSATION_INDEX (22 bytes) is as follows:* One reserved byte. Its value is 1.* Five bytes for the current system time converted to the FILETIME structure format.*...
View ArticleSource code checked in, #111628
MrMAPI Folder bugs Problem: HrSplitPath corrupts memory Fix: Rewrite it, and most of MMFolder.cpp to wstring and stop manually manipulating string memory Problem: Hangs on exit when errors encountered...
View ArticleSource code checked in, #111629
Problem: Reorganizing build output dirs Fix: Standardize on bin and obj, simplifying directory structure in main project dir
View ArticleSource code checked in, #111630
Problem: MrMAPI exclusive source is intermingled with MFCMAPI source Fix: Move MrMAPI source into subdirectory
View ArticleSource code checked in, #111631
Problem: File exclusions could be tighter Fix: Exclude many more files (mainly headers) from mrmapi builds. Removed three dead files.
View ArticleSource code checked in, #111632
Problem: Migrate MrMAPI to wstring Fix: Step 1 - convert ProgOpts and get everything working.
View ArticleSource code checked in, #111634
Problem: Convert mmerr to wstring Fix: Do it Problem: Proptag search restricted by type doesn't work. Fix: Reorder checks in DoPropTags and add support for type restriction. Also add more verbose output.
View ArticleNew Post: access to impersonated cloud archive when primary mailbox is...
We have a customer with hybrid environment with primary mailbox on-prem and archive in the cloud (o365). Heretofore, we have been able to get a mailbox DN and server DN from EWS User Settings in order...
View ArticleSource code checked in, #111638
Problem: Attachments can be bulky on export. Fix: Add a -skip parameter to skip them.
View ArticleSource code checked in, #111639
Problem: Memory leak running mrmapi Fix: ZeroMemory on MYOPTIONS struct leaked our wstring. Use constructor to properly initialize instead.
View ArticleSource code checked in, #111641
Problem: Need a way to get search state, etc from command line Fix: Add SearchState switch.
View ArticleSource code checked in, #111642
Problem: Convert more of mfcoutput to wstring Fix: Convert _Output and OutputThreadTime. Get all the easy replacements out of the way.
View Article