Hello:
I am trying to integrate Java web application with Microsoft Exchange server for bi-directional calendar (i.e. Task) synchronization. Are there any Java Open-Source / Commercial API for this integration?
Thanks,
Venkat
...
i am building a csharp application and i would like a dropdown list of all users in my outlook global address book (the same one when i click on To: from outlook gui. is this possible to get this progrmaticall? what are the security requirements here?
...
We have another contact store in another database which our sales team would like to access using Outlook from their cell phones. Has anyone done something similar to this? If so what experience did you make and how much effort was it? Even if not done, does anyone have some comments about how they would go about it?
Thanks for any hel...
I recently created a windows service which can wear various hats depending on what it needs to do. One of these hats is the ability to create update and delete outlook contacts on an exchange server. Before the windows service, the application ran as a windows app and used the outlook interop to get the job done. As a windows service tha...
I need to create a very simple c# Windows Service to listen for, and process email wth special subject lines. I already have the code that process these emails working well. For ease of development, I just packaged the code in an "Outlook Addin" on my own machine, running under my own email account. Works great.
Now that it's working, I...
The target is someone's Exchange Calendar (2007). I want to add a simple "Appointment Occurance" to someone's calendar. This code works (I am using the Microsoft.Exchange.WebServices.dll):
service = new ExchangeService(ExchangeVersion.Exchange2007_SP1);
service.Credentials = new NetworkCredential("supervisor", "password", "DOMAIN.COM");...
I have several clients/vendors that distribute reports to me via email. Some of these files are enormous, and need to be removed from email and saved on a file share for processing, as well as to control mailbox size.
Can anyone provide guidance on their recommended method of automatically downloading and saving attachments.
I am in a...
In researching how to use Exchange Web Services, I see examples like this
Dim PR_DELETED_ON As New ExtendedPropertyDefinition(26255, MapiPropertyType.SystemTime)
Dim PR_SEARCH_KEY As New ExtendedPropertyDefinition(12299, MapiPropertyType.Binary)
That first parameter is an int that represents the property ID. Can anyone give me a poin...
I'm using C# to call Exchange 2010 PowerShell methods and I've just encountered a snag.
The Collection returned by the Execute method don't have a BaseObject. I can use .Properties["PropertyName"], but it seems that all those values are string values. Not very practical for file size, Guids and so on.
Reading http://blogs.msdn.com/powe...
Can anyone tell me the simplest way to get a contact list from Exchange Server? I'm using C#
From what I found out, Exchange Web Services only exists for Exchange Server 2007 and beyond. That would be my first option, but I'd also like an alternative for previous versions of Exchange (WebDav or something). Directory Services is not an o...
How can one detect changes to all Microsoft Exchange 2007 users' calendars?
For single users or small groups, you can register push/pull event subscriptions. However, if you have many users (30k+), this seems unfeasible as you have to keep up with user additions, expiring notification subscriptions.
COM+ event sinks can be registered o...
What I would like to achieve is:
Automatically save a copy of all outgoing (sent) email messages sent in the name of certain users ([email protected]) to a certain public folder.
The purpose of this is to have a readonly view of all sent email messages available to every other user.
What would be the best way of achieving descri...
Does the system administrator need to install anything extra to get EWS Managed API working for clients on Exchange 2010? At the moment I am getting problems just using AutoDiscover via the managed API so I'm beginning to think the server has been configured incorrectly.
Has any administrator here had any experience with setting up Exch...
How can I , from a custom c# application, create and send/receive mails from MS Exchange?
I am assuming this is not directly
possible with the standard framework
mail classes.
If I could say that this needs to work with MS Exchange 2003 and 2007 what are my options?
Ideally I dont want to buy a third party component so if th...
My data provider allows me to access mails on my phone, but not internet.
I am thinking of writing a utility to fetch a webpage through e-mail, so that I can get view webpages on my phone while I'm travelling. The idea is to have a service running on my system (running outlook and connected to exchange server)which waits for a 'query ma...
Hi,
I've been given the task of writing a small application to help migrate over 400GB of emails sitting in a public folder structure on a linux IMAP server, to a MS Exchange 2010 Public folders.
I've looked at drag and drop with outlook, but there is a problem. Outlook caches all the email locally to a pst file before pushing to Excha...
I 'm using EWS to cominicate with Exchange Servers both 2010 and 2007...
There is a versionning property for ExchangeServerBinding object.
I googled but found out any critical differences while EWS working with Exchange2010 and Exchange2007..
So is there any differences while accessing Exchange2010 and Exchange2007 with EWS?
...
When users access our exchange server via the web mail interface they are required to enter their domain\username and password to log in. I was wondering if there was a way to configure IIS so that they need NOT enter the domain name and just enter their user name and password?
...
Hi,
Can anybody tell me what are the different tables used in an exchange server .edb file
and what are their schema.
Thanks,
Jude
...
I currently use madExcept.MailAsSmtpClient to send my bug reports. However a couple of large clients have upgraded to Exchange Server 2007 and we can't get the SMTP support for our app configured (the app runs on individual workstations so the messages aren't all coming from one IP. We can configure an authenticated account in exchange a...