Outlook Redemption - using RedemptionLoader without regsvr32 the DLL
问题 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