Blogs1 - 10 of 23 recent posts for tag:"Exchange Web Services"
25
Jan
2012
SmarterMail 9.x Changelog

18 days ago by admin

SmarterTools announced the public minor release of SmarterMail 9.x. Existing SmarterMail customer with active upgrade protection may apply the upgrade protection FREE. This release addresses several security issues and, as a result, users are highly encouraged to install this update. You may reinsta ...

Tweakservers - tweakservers.com

SmarterMail 9.x Is Finally Here

18 days ago by admin

What’s New In SmarterMail 9.x ? The beta of SmarterMail 9.x has been running for about 2.5 months since Oct 2011. Through the extensive testing and feedback by the Smartertools users, SmarterTools has gathered all the feedback through their community beta forum and make further enhancement and featu ...

Tweakservers - tweakservers.com

07
Jan
2012
Office 365 K-Plan Gets Even Better Adds Exchange ActiveSync (EAS) for Mobile ...

36 days ago by DG

Office 365 now has more to deliver as part of the Kiosk worker offering in Office 365 (aka the K-plan), which is designed for the user that doesn't have messaging and collaboration today. "'K-plan' is a low cost way of giving you a common platform for communicating with those of your workers fitting ...

diTii.com - ditii.com · 280 references

15
Dec
2011
EWS User Impersonation, advantages, why? // technology

59 days ago by Joao Tito Livio

First off all I respect all points of views, this post is intend only to expose my opinion. ACTIVATE IMPERSONATION FOR ADMINISTRATOR First go to Roles & Management and then Discovery Management, Second, add a function ApplicationImpersonation, then add the Administrator User Name IMPERSONATION IN DE ...

JOAO LIVIO - Microsoft ... - exchws.wordpress.com · 1 reference

13
Dec
2011
What is the Service Binding in the Exchange Web Services Managed API // technology

61 days ago by Joao Tito Livio

The Microsoft Exchange Web Services Managed API have 2 main classes, the FOLDER Class and the ITEM Class. All these 2 need a ServiceObject in order to communicate with a Exchange Web service. Service Binding use the Autodiscover Object in order to get a Exchange Web Service endpoint URL, something l ...

JOAO LIVIO - Microsoft ... - exchws.wordpress.com · 1 reference

Delete a Message or a List of Messages

61 days ago by Joao Tito Livio

You will need the GetBind() method in order to use this code This method will delete a message based in a Message Unique ID and move it to deleted folders, you can change it for your needs /// /// Deletes the message. /// /// The mess id. public stat ...

JOAO LIVIO - Microsoft ... - exchws.wordpress.com · 1 reference

Where is the Exchange Web Services Managed API 1.2 SDK?

61 days ago by Joao Tito Livio

Exchange Web Services Managed API 1.2 SDK is available in http://msdn.microsoft.com/en-us/library/dd633710(EXCHG.80).aspx but at the time of this post isn’t available for download yet. Filed under: Exchange Web Services Tagged: EWS How do i?

JOAO LIVIO - Microsoft ... - exchws.wordpress.com · 1 reference

11
Dec
2011
How to use a Proxy Server with the EWS Managed API and PowerShell

63 days ago by Mike Pfeiffer

You might work in an environment where all web traffic must go through an outbound web proxy. Of course, this can add some complexity when it comes to writing EWS scripts that target an external Exchange organization, such as a partner or a hosted platform like Exchange Online available through Offi ...

Mike Pfeiffer's Blog - mikepfeiffer.net · Rank: 65,150 · 32 references

09
Dec
2011
EWS Connect with SharePoint, Performance

65 days ago by Joao Tito Livio

For my experience using EWS with SharePoint I want to share some useful information. When you connect to Exchange Online with SharePoint a big performance improvement is to write a console application in order to get your Service URL and pass it directly. But to do this SharePoint ask you for a cert ...

JOAO LIVIO - Microsoft ... - exchws.wordpress.com · 1 reference

08
Dec
2011
Reply and Forward with full information

66 days ago by Joao Tito Livio

When you use message.Reply() or message.Forward() you are unable to add extra information, like recipients, attachments etc.., in order to workaround you must use the CraeteReply() and CreateForward() methods. You will need the GetBind() method in order to use this code REPLY /// Replies the message ...

JOAO LIVIO - Microsoft ... - exchws.wordpress.com · 1 reference

Previous123