Click to See Complete Forum and Search --> : HTML Question


softweng
June 15th, 2001, 10:26 AM
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

Ghost308
June 15th, 2001, 11:21 AM
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.