New 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 ArticleNew Post: Two Size Fields
Take a look at the Sent field in the OOM. It should be set to False on drafts. You should be able to write the script you want in a few lines of VBA.
View ArticleNew Post: PR_REDIRECTION_HISTORY vs PR_TRANSPORT_MESSAGE_HEADERS
Thanks for the response. No, there is no format description. This seems to be an undocomented feature... so I'll stick to the smtp headers.
View ArticleNew Post: Can I use MFCMapi to tell when a recipient has opened an e-mail?
Can I use MFCMapi to tell when a recipient has opened an e-mail? I have it installed and connected to a test mailbox and see all the Properties on a specific message but haven't been able to find a...
View ArticleNew Post: Can I use MFCMapi to tell when a recipient has opened an e-mail?
Unless the store chooses to track something like this and write/expose it in a property, MFCMAPI wouldn't be able to find this information. I'm not aware of any stores that track this. Of course, you...
View ArticleNew Post: Can I use MFCMapi to tell when a recipient has opened an e-mail?
OK, thanks. So the best thing that I currently have is the LAST MODIFIED date, which isn't changed if the e-mail is simply opened. But, if it is marked as 'UNREAD' after opened, this does update the...
View ArticleNew Post: Cannot access Outlook 2013 64-bit files
I am trying to troubleshoot an Outlook 2013 problem that prevents sending of any real e-mails via SMTP, even though test e-mails can be sent successfully from account setup. I'm running 64-bit Outlook...
View ArticleNew Post: Cannot access Outlook 2013 64-bit files
Correct - you need the 64 bit version. Check the Downloads tab.
View ArticleNew Post: Cannot access Outlook 2013 64-bit files
Thank you. I found it now, with your help.
View ArticleNew Post: Purges folder empty even after testing a mailbox with hard deleted...
I'm trying to check purged items with mfcmapi- I see the Purges folder under recoverable items and can open it, but it shows 0 items, even after I have gone into a mailbox and done shift+delete....
View ArticleNew Post: Purges folder empty even after testing a mailbox with hard deleted...
What makes you think items should be going into the Purges folder?
View ArticleNew Post: use MFCMAPI to modify a MAPI property
I have valid reason and cause to inventory all messages in an Exchange server 2010 mailbox, read the value of an identified MAPI property, upon finding is set to "true", change it to "false" can...
View ArticleNew Post: use MFCMAPI to modify a MAPI property
MFCMAPI doesn't have the sort of automation you'd need built in to it. But you could write an EWS powershell script to do this.
View ArticleNew Post: use MFCMAPI to modify a MAPI property
can you provide any example EWS scripts to start from or, in the alternate, EWS PowerShell script documentation references
View ArticleNew Post: use MFCMAPI to modify a MAPI property
Here's a script that uses the EWS Managed API from Powershell:http://gsexdev.blogspot.com/2013/01/coverting-folderids-from-get.html
View ArticleNew Post: E-mails being deleted, unsure why.
I have a shared mailbox in Exchange 2010 that a group of individuals have access to. For months now, e-mails are being deleted out of the Inbox and none of the users admit that they are doing it. So,...
View ArticleNew Post: E-mails being deleted, unsure why.
Try mailbox auditing:http://technet.microsoft.com/en-us/library/ff459237.aspx
View Article