Questions about automation and APIs related to Microsoft's Enterprise level messaging server.
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-apii am trying to send email from an application email (exchange server) and appear for the user as it was …
java smtp jakarta-mail exchange-serverHoping someone can help me understand the following: In an Exchange 2013 environment, when I issue the Get-ExchangeServer cmdlet in a …
powershell exchange-server activesyncIn EWS Managed API is it easy to create an appointment for a specific user: ExchangeService service = new ExchangeService(); service.…
exchange-server exchangewebservices ews-managed-apii 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-apiI've got the following code: private void ListCalendarFolders(ref List<EBCalendar> items, int offset) { var pageSize = 100; var view = …
c# .net exchange-server exchangewebservices office365I 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-2010I am attempting to use Node.js to call the SOAP Exchange EWS services. I have created a simple http …
node.js exchange-server exchangewebservices ntlmI'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-2007Here'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