New Post: PR_SMTP_ADDRESS_W
How can I view PR_SMTP_ADDRESS_W of a profile. Example profile name: prof1 Required property value: prof1@example.com
View ArticleNew Post: Delete Free/Busy Message data from public folder
We have migrated some 5000 mailboxes (out of 15000) from an Exchange 2003 environment in to an external resource forest with linked mailboxes. For some migrated mailboxes the Free/Busy information...
View ArticleNew Post: Delete Free/Busy Message data from public folder
No - MFCMAPI does not have scripting support. MrMAPI has some, but not for destructive actions - only for data gathering.
View ArticleNew Post: Restore "Anonymous" or "Default" permissions on mailbox folder in...
Does anyone know if it is possible to use MFCMAPI to restore the "Anonymous" and/or "Default" user permissions on say the "Inbox" for someone's account up on Office 365? Unfortunately, the following...
View ArticleNew Post: Restore "Anonymous" or "Default" permissions on mailbox folder in...
Try deleting the property PR_NT_SECURITY_DESCRIPTOR from the folder in question. This will restore the permissions to the default set.
View ArticleNew Post: Restore "Anonymous" or "Default" permissions on mailbox folder in...
Strange, I'm accessing the mailbox using an account which should have access. As soon as I try to delete "PR_NT_SECURITY_DESCRIPTOR", I get the following error after which MFCMAPI locks up -- Problem...
View ArticleNew Post: Restore "Anonymous" or "Default" permissions on mailbox folder in...
Assuming you're running in cached mode, you might try bypassing the cache. In MFCMAPI, go to Tools/Options and look for the options:Use the MDB_ONLINE flag when calling OpenMsgStore Use the...
View ArticleNew Post: Restore "Anonymous" or "Default" permissions on mailbox folder in...
Interesting, here's what I've done: Switched "my" account under the Mail control panel to non-Cached mode. Launched MFCMAPI (x86 version) Enabled both of the settings you suggested. Logged on with...
View ArticleNew Post: Restore "Anonymous" permissions on mailbox folder in Office 365?...
I've also been working with Microsoft's Office 365 support and we found that there must have been something corrupted w/the MAPI provider on my own workstation. We ran through all of the steps on a...
View ArticleNew Post: determine originating folder of item in Dumpster
Is there a way to determine originating folder for items in the Dumpster for Outlook 2010?
View ArticleNew Post: determine originating folder of item in Dumpster
No - there is no record kept of the original folder.
View ArticleNew Post: For MrMapi to work, do we need outlook installed
We are trying to convert eml file to msg using MrMapi. In our local machine it is working fine as we have outlook installed in the machine. But, could not deploy in server and we were getting a message...
View ArticleNew Post: For MrMapi to work, do we need outlook installed
You need to have either Outlook or MAPICDO installed in order for MAPI based applications to function.
View ArticleNew Post: Reminder won't Delete
I have one user that is constantly getting reminders of an appointment long gone. She can't snooze, dismiss, etc. I tried to delete the reminder with MAPI, but I get the following errors when I click...
View ArticleNew Post: For MrMapi to work, do we need outlook installed
Thanks a lot for the response. We have installed MapiCDO in our server. We tried to execute the below command to convert eml file to msg file,C:\MrMapi>mrmapi.exe -Ma -i...
View ArticleNew Post: For MrMapi to work, do we need outlook installed
No. The MAPI/MIME conversion API is part of Outlook. On Dec 13, 2012, at 5:49 AM, "net4let" <notifications@codeplex.com> wrote:From: net4letThanks a lot for the response. We have installed...
View ArticleNew Post: For MrMapi to work, do we need outlook installed
Thanks for the response. As per my understanding, Mr. MAPI does work with MAPICDO however for converting eml to msg functionality through Mr. MAPI, Outlook is required. So, when we execute the command...
View ArticleNew Post: For MrMapi to work, do we need outlook installed
MrMAPI uses libraries provided by Outlook for eml to msg conversion. Outlook.exe does not run during this conversion. There is NO option for not installing Outlook.
View Article