outlook-redemption
Unable to move file: The process cannot access the file because it is being used by another process
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.[详细]
2023-03-19 19:06 分类:问答Intercepting the Move Item function between source and destination
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.[详细]
2023-03-08 01:20 分类:问答C# Redemption wrapper class not firing events
I\'ve written the following wrapper class for an Outlook Add-in using Redemption: using System; using System.Collections.Generic;[详细]
2023-03-07 02:31 分类:问答Deferred sending from Outlook 2007 with Exchange 2007
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?[详细]
2023-03-03 07:08 分类:问答AV when sending email via Outlook and Redemption
Here is my code: const olMailItem = 0; var olApp, OlNameSpace, OlItem, rdSafeItem, rdUtils: variant; begin[详细]
2023-03-01 01:54 分类:问答Getting _MailItem interface from IRDOMail
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[详细]
2023-02-11 11:00 分类:问答Use branching in TFS for 32 bit and 64 bit version of a software?
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.[详细]
2023-02-03 09:48 分类:问答Why do I get "?" (question mark) replacement of Unicode characters for .EML files from Redemption on a VM?
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[详细]
2023-01-30 04:29 分类:问答Send Message with Custom Properties with Redemption
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.[详细]
2023-01-21 09:20 分类:问答Version of Outlook Redemption
What version of Redemption should i use if i have: Windows 7 x64,开发者_StackOverflow WinForms App (x64), Outlook 2010 x86.[详细]
2023-01-13 15:54 分类:问答