Results 1 to 2 of 2

Thread: Sending E-Mail with Outlook 2k _AND_ Outlook Express

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 1999
    Posts
    46

    Lightbulb

    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:
    Code:
    Dim ol As Object
    Set ol = CreateObject("Outlook.Application")
    but it's only worked with Outlook2000.


    Please help,
    Thank you,
    Kiron.

  2. #2
    Addicted Member
    Join Date
    Sep 2000
    Location
    Atlanta, GA
    Posts
    177

    Angry

    You need to research this site carefuly, I know this has been posted several times. I posted this once or twice myself. I don't have my code CD with me, but if you can't find it, I will once again post the information. Just let me know if you don't find it.
    212 will lead you to the truth

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width