Hello, I would like to create a program in VB that know to send e-mail messages with both Outlook 2000 and Outlook Express.
I need it to work on client that have Outlook2000 and Outlook Express and it's ok to ask the user in which program he want to use.
I have try to do it with late-bound like this:
but it's only worked with Outlook2000.Code:Dim ol As Object Set ol = CreateObject("Outlook.Application")
Please help,
Thank you,
Kiron.


Reply With Quote