New 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 ArticleCreated Unassigned: IConvertersession - convert msg file in RFT format [16397]
I use IConvertersession to convert msg files to eml. The message attached is in RTF format with an embedded picture. The picture gets lost during the conversion. The behavior can be reproduced using...
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 ArticleCreated Unassigned: Cannot Access ActiveSync Container from Root Container...
I have used MFCMAPI with success in the past for deleting EAS accounts. I have come across an issue today where the EAS object was deleted from the container in ADUC, I would like to remove the...
View ArticleCommented Unassigned: Cannot Access ActiveSync Container from Root Container...
I have used MFCMAPI with success in the past for deleting EAS accounts. I have come across an issue today where the EAS object was deleted from the container in ADUC, I would like to remove the...
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 ArticleCommented Unassigned: Cannot Access ActiveSync Container from Root Container...
I have used MFCMAPI with success in the past for deleting EAS accounts. I have come across an issue today where the EAS object was deleted from the container in ADUC, I would like to remove the...
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