Top "Exchange-server" questions

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

EWS Managed API find items with ItemID

I am trying to find items from deleted items folder given the items unique id ItemId id = new ItemId("zTK6…

c# exchange-server ews-managed-api
com.sun.mail.smtp.SMTPSenderFailedException: 550 5.7.1 Client does not have permissions to send as this sender

i am trying to send email from an application email (exchange server) and appear for the user as it was …

java smtp jakarta-mail exchange-server
Determining Exchange Server Version in Exchange 2013 Using Powershell

Hoping someone can help me understand the following: In an Exchange 2013 environment, when I issue the Get-ExchangeServer cmdlet in a …

powershell exchange-server activesync
Using EWS Managed API to create appointments for other users?

In EWS Managed API is it easy to create an appointment for a specific user: ExchangeService service = new ExchangeService(); service.…

exchange-server exchangewebservices ews-managed-api
How to use Microsoft.Exchange.WebServices?

i try to use : Microsoft.Exchange.WebServices.dll to use outlook. but connection return error Error return line:service.AutodiscoverUrl("…

c# visual-studio exchange-server exchange-server-2007 ews-managed-api
EWS - Access All Shared Calendars

I've got the following code: private void ListCalendarFolders(ref List<EBCalendar> items, int offset) { var pageSize = 100; var view = …

c# .net exchange-server exchangewebservices office365
Cannot load Exchange powershell snap-in: The type initializer for 'Microsoft.Exchange.Data.Directory.Globals' threw an exception

I have the following code that creates a PowerShell runspace with the Exchange 2010 snap in loaded. Dim runspaceConfig = RunspaceConfiguration.Create() …

.net powershell exchange-server nlog exchange-server-2010
Node.js integration with MS Exchange EWS

I am attempting to use Node.js to call the SOAP Exchange EWS services. I have created a simple http …

node.js exchange-server exchangewebservices ntlm
Could not load file or assembly 'Microsoft.Exchange.WebServices, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'

I'm working on a project that accesses the Exchange Server. Before I replaced the project to a server, everything went …

asp.net exchange-server exchange-server-2007
Cannot get ActionMailer working with MS Exchange via SMTP

Here's my simple test program (using ActionMailer 3.0.8, Ruby 1.9.2p180 Mac OS X): require 'rubygems' require 'action_mailer' ActionMailer::Base.delivery_…

ruby ruby-on-rails-3 email smtp exchange-server