Integrate OutLook with .net application

hi
i want to integrate OutLook Express with .net Application.
then plz tell me the steps or hint to code in application

thanks and regards
kavita




Answer this question

Integrate OutLook with .net application

  • Wagner Bertolini Junior

    You can't easily automate Outlook Express as it doesn't expose an API.  Outlook, however, gives a full COM interface that you can automate like any other COM interface (ie add a reference to your .net project and code away).
  • Integrate OutLook with .net application