function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sap ClientSap Client 

Microsoft Exchange Server integration with Salesforce

Hi,
I have a requirement where we need to build a custom logic to sync salesforce contact,event with Microsoft Outlook.
We are NOT looking for any third party built in plugin as we have some specific requirement.
Thus, we need to connect using ms exchange web services from salesforce system.
If anyone have implemented something like this  , please provide some guidelines/steps .

Thanks in advance.
SamuelDeRyckeSamuelDeRycke
Outlook/office365 is to an extend by SOAP webservices.  (I think : http://msdn.microsoft.com/library/hh826535 ). Though, most of the samples are based on the SDK's, for which there is none to salesforce. I tried parsing the wsdl to apex a few months ago, and it's quite complex, fragmented over serveral files with types that are not supported in the wsdl2apex feature.

So yes, it's possible, but it's likely not going to be easy.