sending email - it is very difficult

R

Robert

Hello everybody,

I'am trying to call COM object (Outlook.Application) in .NET but there is
one problem.

I can CreateInstance of Outlook.Application but when I want to get
informations about

methods in Outlook.Application object using "Type.GetMethod" I get null
even the method

exists.

"Type.GetMethod" works fine with .Net classes.

Can anybody help ?

In general I try to send email calling COM object (Outlook.Application) with
latebinding in .NET.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top