Scenario: I\'ve written an application to open a list of .msg files (which have been dumped to the file system), grab some info开发者_高级运维rmation from them (subject, To CC) and then move them.
I\'ve successfully captured the ItemMove function the way I need to (mostly) using the Redemption libraries.My next task may be impossible, but I won\'t know unless I ask.
I\'ve written the following wrapper class for an Outlook Add-in using Redemption: using System; using System.Collections.Generic;
Is there a way of se开发者_如何学Cnding an email from Outlook with some sort of flag that tells Exchange to hold on to the message for 5 minutes before it is actually sent out on the internet?
Here is my code: const olMailItem = 0; var olApp, OlNameSpace, OlItem, rdSafeItem, rdUtils: variant; begin
I\'ve an Outlook plug-in. I\'m using Redemption. Specifically, I\'m using IRDOMail::Move in order to move an email item from one folder to another (redemption is the only method I\'ve found that work
we are in the process of porting a 32bit app开发者_JAVA百科lication, which uses the Outlook Redemption DLL to a 64 bit version, since redemption has recently been released as a 64 bit version as well.
Our application uses Redemption 4.4.0.1026 to save .MSG and .TXT versions of an .EML file. I get Unicode characters being replaced with questi开发者_StackOverflow中文版on marks. I have made sure I ins
I’m using Redemption.dll to set custom properties to my messages with set_Filed() 开发者_开发技巧and get_field() in C#. Everything works perfectly until the moment I send my messages.
What version of Redemption should i use if i have: Windows 7 x64,开发者_StackOverflow WinForms App (x64), Outlook 2010 x86.