PC Review
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook Form Programming
accessy outlook custom forms from the web in exchange server
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook Form Programming
accessy outlook custom forms from the web in exchange server
![]() |
accessy outlook custom forms from the web in exchange server |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Would you please hint me if we can access custom outlook
forms from the web in exchange server so that we can access them the same way we access the inbox in the web interface of exchange server thank you |
|
|
|
#2 |
|
Guest
Posts: n/a
|
There is a very simple way of accessing your forms from
the web with Java script. Just make sure your Outlook is running when you use this script, otherwise it will not work. Here's the code: <!-- Enable Stealth Mode // Variable Definitions var nameSpace = null; var mailFolder = null; var mailItem = null; var tempDoc = null; var outlookApp = null; function OpenOutlookDoc(whatform) { try { outlookApp = new ActiveXObject ("Outlook.Application"); nameSpace = outlookApp.getNameSpace("MAPI"); mailFolder = nameSpace.getDefaultFolder(6); mailItem = mailFolder.Items.add(whatform); mailItem.Display(0) } catch(e) { // act on any error that you get } } // Disable Stealth Mode --> >-----Original Message----- >Would you please hint me if we can access custom outlook >forms from the web in exchange server so that we can >access them the same way we access the inbox in the web >interface of exchange server > >thank you >. > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

