Hi,
In a software (client-server arch.) I would like to create a cache in local filesystem for some data received over network. (they are marked as DataContract and Serializable). The data can be modified by other users so must be syncronized.
In a few words: I need something like Outlook's *.ost files for Exchange.
What is the best p...
Hi people. I know this has been asked before, but I've never found a solution to this. I created an Addin in Visual Studio for Outlook 2007. I created an Installer and copied the files and created the registry values. It installs perfectly on the developer computer and it uninstalls perfectly as well. But on the second computer, which is...
we have about 300 employees and we are hiring like crazy. is it possible to programmatically add new contacts to every employees' address books as new hires come in?
...
Hi,
I am trying to embed OWA (microsoft exchange server 2010) in a web page within an iFrame but i get a javascript error on the OWA page saying Access Denied and then none of the controls within the OWA window work.
I have to use OWA in web page , i read in the form that cross domain not work properly.
Is there any other way by whi...
In vba how do I attach the entire contents of a folder to outlook as an attchment?
...
I would like to add smart tag support in the read message window of Outlook 2010. What's the best way of doing so? Are there examples anywhere?
...
I have been working on a project that required publishing of a set of appointments from my ASP.NET MVC application to outlook. I handled this by creating a controller that returns an ICS formatted file back. So far so good.
When I import this calendar in Outlook, it is read-only. What I want to achieve is to be able to update (add/modi...
Hello,
I want to get the main menu handle for outlook using an API function, I tried to use Enumwindowchilds but it didn't get the menu handle.
This is the menu i want to get the handle for: Main
can anybody provide a sample code??
Thanks in advance
...
i'm kind of new to the more advanced features of outlook. is there a way It could automatically email a certain calendar every other day, or weekly, etc?
...
I'm wondering if I can use outlook express to create .MSG files using Visual Studio Express
...
i have such code
For Each objItem In StartFolder.Items
MessageBox.Show("to " + objItem.To)
Next
if field to is empty(empty in letter of outlook), there is no exception but the debugger shows
objItem.To Run-time exception thrown : System.MissingMemberException - Public member 'To' on type 'ReportItem' not ...