Top "Exchange-server" questions

Questions about automation and APIs related to Microsoft's Enterprise level messaging server.

Are there any API to integrate Microsoft exchange server with Java application for Task synchronization?

I am trying to integrate Java web application with Microsoft Exchange server for bi-directional calendar (i.e. Task) synchronization. Are …

java outlook exchange-server
System.Net.Mail.SmtpException: Insufficient system storage. The server response was: 4.3.1 Insufficient system resources

I've recently designed a program in C# that will pull information from SQL databases, write an HTML page with the …

c# exchange-server system.net.mail smtpexception
com.sun.mail.util.MailConnectException: Couldn't connect to host, port: localhost, 25; timeout -1;

package jmail; import java.util.Date; import java.util.Properties; import javax.mail.Authenticator; import javax.mail.Message; import javax.…

java ssl jakarta-mail exchange-server starttls
Exchange server will not accept username/password provided with javax.mail API

I have a lovely little Java client that sends signed email messages. We have an Exchange server that requires username/…

java email exchange-server jakarta-mail smtp-auth
Access exchange e-mail in C#

Do you know if there's a way? I've used this library to access a pop3 server, but it doesn't work …

c# .net exchange-server
Exchange Web Services (EWS) FindItems within All Folders

I am using the following code to find all the emails sent from a user, however this only searches the …

c# exchange-server exchangewebservices
How to get contact list from Exchange Server?

Can anyone tell me the simplest way to get a contact list from Exchange Server? I'm using C# From what …

c# exchange-server exchangewebservices
Fetching all mails in Inbox from Exchange Web Services Managed API and storing them as a .eml files

I want to fetch all mails in the Inbox folder using EWS Managed API and store them as .eml. The …

c# email exchange-server exchangewebservices
Get-MailboxFolderStatistics ItemsInFolder also returns subfolder counts and counts are not correct

I'm using PowerShell to return a report of Exchange mailbox statistics as a tab-delimited text file. I'm having trouble with …

powershell exchange-server exchange-server-2010