D
Daniel Albisser
Hello everybody,
I have to implement a html-page that opens a saved Form in the Outlook.
I use the Outlook View Control to access Outlook, e.g.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>View Control</TITLE>
</HEAD>
<BODY>
<OBJECT id=ViewCtl classid=CLSID:0006F063-0000-0000-C000-000000000046></OBJECT>
<SCRIPT language=VBScript>
Sub Window_onLoad()
ViewCtl.NewForm
End Sub
</SCRIPT>
</BODY>
This sample code opens the choose form popup!
Is it possible to open the saved form immediately without the choose box?
Would be great if somebody has an idea about that!
Thanks and greetz,
Dan
I have to implement a html-page that opens a saved Form in the Outlook.
I use the Outlook View Control to access Outlook, e.g.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>View Control</TITLE>
</HEAD>
<BODY>
<OBJECT id=ViewCtl classid=CLSID:0006F063-0000-0000-C000-000000000046></OBJECT>
<SCRIPT language=VBScript>
Sub Window_onLoad()
ViewCtl.NewForm
End Sub
</SCRIPT>
</BODY>
This sample code opens the choose form popup!
Is it possible to open the saved form immediately without the choose box?
Would be great if somebody has an idea about that!
Thanks and greetz,
Dan