comautomationfactory

Silverlight 4 and Outlook 2010 Out of Browser

Dear StackOverflowers; How/what is the best way to access a user outlook while out of browser in Silverlight ? I'm looking for sample code to start making queries on a user e-mail box after the user installs a silverlight app. I know this busts most if not all of the silverlight security sandboxes, but installing elevates the app trus...

ComAutomationFactory.CreateObject can this be used to create Objects for our customeapplication

Hi can ComAutomationFactory.CreateObject can be used to create IDisposable object for our COM application .If Possible what value should be given as ProgramID ...

Problem in ComAutomationFactory.CreateObject [Solved]

Hi I tried to create object using ComAutomationFactory.CreateObject . It is giving following exception "Failed to create an object instance for the specified ProgId" My application is running on OOB and has elevated permission. if (ComAutomationFactory.IsAvailable && App.Current.HasElevatedPermissions) { ...

ComAutomationFactory

Im trying to use the ComAutomationFactory class in VB .NET the example im working from is c# and is working fine but my project doesnt compile and says this class is not defined?? also what is the return type? in the c# example it returns a type of dynamic but this type does not exist in vb .NET? ...

Scripting.FileSystemObject Write method fails

So in my program I'm using COM Auotmation (AutomationFactory in Silverlight 4) to create a FileSystemObject, to which I write a string (theContent). theContent in this case is a small UTF-8 XML file, which I serialized using MemoryStream into the string. The string is fine, but for some reason whenever I call the FileSystemObject's W...