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.
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.