Задайте вопросЗадайте вопрос
 

ОтвеченоOutlook ActiveX

  • 19 июня 2009 г. 7:12Kok Sang Медали пользователяМедали пользователяМедали пользователяМедали пользователяМедали пользователя
     
    Hi,

    I'm suspected about Outlook 2007 (SP2) problem perhaps you can direct me if
    we need install SP or update. the application is  fine, but after i read an
    email and close Outlook the ActiveX is not work properly. this problem is
    never occure when i'm using outlook 2003.

    I had a web part made for my company about 5 or 6 years back to integrate
    Outlook. Due to the latest Office updates the web part no longer functions
    as before. I was wondering where I can get it repaired. The problem seems to
    be a new feature when the last email is closed , the outlook service closes
    also, even though the web part is still open in a Sharepoint page. our
    current sharepoint app is 2003.

    So I guess the web part need to keep outlook open in the background when the
    web part is active. We are using Office 2007 pro
    -------------------------------------
    Please copy and paste this code into notepad and save as htm file. you can
    run this htm file in IE browser.
    <html>
    <head>
    <script>
    function init(){

    var oViewCtrl = document.getElementById("ViewCtlFolder");

              try{
                       oViewCtrl.Folder="Inbox";

              }
              catch(e) { alert(e.message); }
    }
    </script>
    </head>
    <body>
    <OBJECT classid="CLSID:0006F063-0000-0000-C000-000000000046"
            id="ViewCtlFolder"
            width="100%"
            height="430"
    codebase="http://activex.microsoft.com/activex/controls/office/outlctlx.CAB#ver=9,0,0,3203">
       <param name="Namespace" value="MAPI">
       <param name="Folder" value="Calendar">
       <param name="View" value="Day/Week/Month View With AutoPreview">
       <param name="Restriction" value="">
       <param name="DeferUpdate" value="0">
    </OBJECT>

    <input type="button" name="btnA" value="Refresh" onclick="init()">
    </body>
    </html>

Ответы

Все ответы