outlook-redemption

Outlook Redemption - using RedemptionLoader without regsvr32 the DLL

醉酒当歌 提交于 2019-12-04 06:14:25
问题 I want to use the mail functions without registering the COM dll (regsvr32). I followed the informations from: http://www.dimastr.com/redemption/security.htm#redemptionloader so i initialize the dll with private Redemption.SafeMailItem safeMail = Redemption.RedemptionLoader.new_SafeMailItem(); which shows the Eval-Popup. All good. But when i assign the outlook mail item to the object safeMail.Item = mail; // of type Microsoft.Office.Interop.Outlook.MailItem then this exception appears: Unable

Invoke 3rd party Outlook AddIn-Button from my AddIn

六眼飞鱼酱① 提交于 2019-12-04 05:52:11
问题 I'm looking to create an AddIn for outlook which will invoke an Attach and Forward function from another 3rd party addIn when a mail item is added to a certain folder, however I'm not sure how to find this button in order to invoke it. the desired button is displayed on the inbox screen (when mail is selected bottom left) but not when a mail is opened (double click) is in a drop-down, here's the structure. Highlighted is the desired function. How would I invoke this function for a specific

Outlook Redemption - using RedemptionLoader without regsvr32 the DLL

随声附和 提交于 2019-12-02 13:19:52
I want to use the mail functions without registering the COM dll (regsvr32). I followed the informations from: http://www.dimastr.com/redemption/security.htm#redemptionloader so i initialize the dll with private Redemption.SafeMailItem safeMail = Redemption.RedemptionLoader.new_SafeMailItem(); which shows the Eval-Popup. All good. But when i assign the outlook mail item to the object safeMail.Item = mail; // of type Microsoft.Office.Interop.Outlook.MailItem then this exception appears: Unable to cast COM object of type 'System.__ComObject' to interface type 'Redemption.ISafeMailItem'. This

Redemption + Clickonce = :-(

风流意气都作罢 提交于 2019-12-01 14:03:32
I have a normal windows forms program (Not VSTO) which deploys using click once. The issue is that loads of user are having problems with random errors generally stating (from the IClassFactory failed due to the following error: 80004005). Im deploying Redemption by changing the mode to "Isolated" which appears to work for some users but not others. The users that arn't working can be fixed by manually installing the Redemption DLL. Can anyone explain how to automate the process (I really want it to be reg free so users don't need admin permission to install). Thanks Ross Got this resolved.

Using Redemption (Outlook) with a user other than the logged in user - and getting errors

强颜欢笑 提交于 2019-11-28 01:54:00
问题 I'm using Redemption dll (http://www.dimastr.com/redemption/) and I've created an exe that accesses my mail box. I run the exe in Windows Scheduler under my username and it works fine, I get an email sent to me (see below code). When I change the runas username in Scheduler to someone else and try to access their mail box Profile I get an error. System.IO.FileLoadException static void Main(string[] args) { System.Diagnostics.Debugger.Break(); object oItems; //string outLookUser = "My Profile