CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: HTML Question

  1. #1
    Join Date
    Mar 2000
    Location
    Arizona, USA
    Posts
    493

    HTML Question

    I need to open up the "New Meeting Request" form in Microsoft OutLook and automatically fill in
    the "TO" field from a web page. Does anyone know how to do this or if it can be done?
    If it can't be done from a web page how could I do it from VB and then launch the VB app from the web page?
    Any help is greatly appreciated!!!

    Kris
    Software Engineer
    Phoenix,AZ
    Kris
    Software Engineer
    Phoenix, AZ USA

  2. #2
    Join Date
    Jun 2001
    Location
    Memphis, TN
    Posts
    146

    Re: HTML Question

    What you are trying to do sounds entirely possible... you need to add a reference to Microsoft Outlook in the "References" dialog in vb. then use the object browser to take a look at the objects and methods you can call from the Outlook library. You should be able to use something like the CreateObject method on olMeetingRequest. I really don't know the specific code you'll need but maybe this will point you in the right direction.


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

Featured