automation in Outlook

R

Robert

Hello everybody,

I try to write some code using automation to send an email via Outlook.

I use InvokeMember function to call objects from Outlook (latebinding ).

Everything is fine until I have to call function Outlook.CreateItem (
Outlook.OlItemType ItemType )

I don't know how to do it.

Please, help me how to send email from outlook using latebinding.

Thanx

Robert
 
Top