-
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
-
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.