Formular una preguntaFormular una pregunta
 

RespondidaOutlook ActiveX

  • viernes, 19 de junio de 2009 7:12Kok Sang Medallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuario
     
    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>

Respuestas

  • viernes, 19 de junio de 2009 21:40Tom Devey - MSFTMSFT, ModeradorMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuario
     Respondida

    This forum is for software developers who are using the Open Protocol Specification documentation to assist them in developing systems, services, and applications that are interoperable with Microsoft Exchange Server. The Open Protocol Specifications can be found here. Your post does not appear to be related to the Open Protocol Specification documentation.

    From my previous development experience you should be aware that Outlook 2007 does not used Internet Explorer as a rendering engine. The best coverage of what is supported can be found in the multi-part article on MSDN Word 2007 HTML and CSS Rendering Capabilities in Outlook 2007.

    Your best bet is to work with Microsoft Customer Support Services (CSS) to help identify if this a bug introduced in Outlook 2007 SP2. The top level support page for Outlook 2007 Support Solution Center can be found here.

    And to directly contact a CSS professional click via email, online, or by phone click here

    Or you could try posting your question to the Discussions in Outlook Program Add-ins newsgroup to see if anyone has any suggestions.

    Hope this helps.
    Developer Consultant

Todas las respuestas

  • viernes, 19 de junio de 2009 21:40Tom Devey - MSFTMSFT, ModeradorMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuario
     Respondida

    This forum is for software developers who are using the Open Protocol Specification documentation to assist them in developing systems, services, and applications that are interoperable with Microsoft Exchange Server. The Open Protocol Specifications can be found here. Your post does not appear to be related to the Open Protocol Specification documentation.

    From my previous development experience you should be aware that Outlook 2007 does not used Internet Explorer as a rendering engine. The best coverage of what is supported can be found in the multi-part article on MSDN Word 2007 HTML and CSS Rendering Capabilities in Outlook 2007.

    Your best bet is to work with Microsoft Customer Support Services (CSS) to help identify if this a bug introduced in Outlook 2007 SP2. The top level support page for Outlook 2007 Support Solution Center can be found here.

    And to directly contact a CSS professional click via email, online, or by phone click here

    Or you could try posting your question to the Discussions in Outlook Program Add-ins newsgroup to see if anyone has any suggestions.

    Hope this helps.
    Developer Consultant