How to create Outlook Application Object using Javascript in Firefox Browser(Or Any Browser apart from IE)?
-
Friday, May 04, 2012 4:34 AM
HI,
I am Suneel. I am working on developing Outlook addin. I had a requirement where I have to Open Outllok Appoinment from the web browser. I am able to this by using Activex Object. But to my surprise I can see that it only works in IE. I am getting a run time error while creating Activex Object in other browsers like Firefox, chrome etc.,
can anyone please tell me the alternative for creating Outlook application object in firefox?
Thank you,
suneel
Suneel
- Moved by Bob_BaoMVP Monday, May 07, 2012 5:28 AM (From:Visual Studio Tools for Office)
All Replies
-
Friday, May 04, 2012 4:00 PM
This really doesn't have anything to do with VSTO addins, but where is your code running on those other browsers? It has to run at client, not on the Web.Otherwise there shouldn't be much of a difference for those other browsers as long as they can work with ActiveX objects. Can they?
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm"Suneel Kumar Vanapalli" <=?utf-8?B?U3VuZWVsIEt1bWFyIFZhbmFwYWxsaQ==?=> wrote in message news:3e2bb51d-d61e-46ca-b5c1-6114aa5b596b...HI,
I am Suneel. I am working on developing Outlook addin. I had a requirement where I have to Open Outllok Appoinment from the web browser. I am able to this by using Activex Object. But to my surprise I can see that it only works in IE. I am getting a run time error while creating Activex Object in other browsers like Firefox, chrome etc.,
can anyone please tell me the alternative for creating Outlook application object in firefox?
Thank you,
suneel
Suneel
Ken Slovak MVP - Outlook- Proposed As Answer by Ed Price - MSFTMicrosoft Employee, Owner Thursday, May 10, 2012 2:20 AM
- Marked As Answer by Ed Price - MSFTMicrosoft Employee, Owner Friday, May 18, 2012 7:28 AM
-
Friday, May 04, 2012 4:43 PMeither find out if other browser has some plug-in that allows to run activex inside them or look at what supported there scripting languages support in term of local system bindings.
-
Friday, May 04, 2012 4:59 PM
Can't do that - FF does not support AX controls or COM object out of the box.
There are some FF extensions that allow to use AX controls in FF, but I don't think there is anything publicly available that woudlallow your Java script to access any COM objects.
Dmitry Streblechenko (MVP) http://www.dimastr.com/redemption
Redemption - what the Outlook
Object Model should have been
Version 5.3 is now available!
- Proposed As Answer by Ed Price - MSFTMicrosoft Employee, Owner Thursday, May 10, 2012 2:19 AM
- Unproposed As Answer by Ed Price - MSFTMicrosoft Employee, Owner Thursday, May 10, 2012 2:19 AM

