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
Maverick123Maverick123 

Access Email Server from Salesforce...

Hi All,

I am in need to access an Email Exchange Server to access an email Distribution List (DL), from this DL need to fetch all the users and then do further processing on some records based on these fetched users.

Issue : I dont know how to access Exchange Server and then the DL situated on it, what api to use? Is there any standard wsdl already available for such a thing?

I'm lost here, if someone can guide me how to? or if they have already built a solution for this, please help.

Thanks,
Maverick
Sonam_SFDCSonam_SFDC
Hi Maverick - I understand you wish to integrate Salesforce with your exchange server such that you are able to access the DL in your exchange server.

Did some search and found that Exchange server does have a WSDL which you can se to create an APEX class  that this class can have methods with which you cn access the Exchange data:

Reference:
http://msdn.microsoft.com/library/office/dd877045(v=exchg.140).aspx

https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_callouts_wsdl2apex.htm