Search code examples
c#exceptionoutlookoffice-interop

Outlook Automation Exception




I am using the the sample code provided by microsoft to automate Outlook.
But i get an Exception: HRESULT: 0x80004004 (E_ABORT) when i try to add the Recipient.
My Envoirement:

  • VS2010
  • Outlook 2007
  • WinXP 32bit
  • Domain

Any ideas what is going wrong? Do i require any special permissions?

Regards


Solution

  • Either use Redemption or just the .To Property...