You need to sign in to do that
Don't have an account?

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
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
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