N
Nedim Azapagiæ
Hello,
I have Outlook-based application that uses combination of add-ins and
Public folder Homepage functionality.
It worked flawless for years in Outlook XP and 2003.
I am testing migration to Outlook 2007, and I have problem when
loading Public folder with "Homepage". I need to create object
Outlook.Application and I can't, even very simple code that works with
Outlook 2003 fails with Outlook 2007.
This is complete code of homepage, as you can see it is simple but it
still fails on line with "CreateObject" - only on Outlook 2007.
I will appreciate any help on this. Thanks.
<html>
<script language="VBScript">
Option Explicit
Dim moa
Set moa = CreateObject("Outlook.Application")
</script>
<body>
Hello world!
<script language="VBScript">
Set moa = Nothing
</script>
</body>
</html>
Nedim
I have Outlook-based application that uses combination of add-ins and
Public folder Homepage functionality.
It worked flawless for years in Outlook XP and 2003.
I am testing migration to Outlook 2007, and I have problem when
loading Public folder with "Homepage". I need to create object
Outlook.Application and I can't, even very simple code that works with
Outlook 2003 fails with Outlook 2007.
This is complete code of homepage, as you can see it is simple but it
still fails on line with "CreateObject" - only on Outlook 2007.
I will appreciate any help on this. Thanks.
<html>
<script language="VBScript">
Option Explicit
Dim moa
Set moa = CreateObject("Outlook.Application")
</script>
<body>
Hello world!
<script language="VBScript">
Set moa = Nothing
</script>
</body>
</html>
Nedim