Question
Need insight how to connect Pega to the Microsoft Active Sync server over HTTP. If Pega provides any OOTB feature for Active Sync configuration?
Request information if Pega provides any OOTB feature for Active Sync configuration? Need information on how to connect Pega to the Microsoft Active Sync server over HTTP and not using usual SMTP/Port configuration using Pega Rule Email Account
Message was edited by: Marissa Rogers - added category
Hi Sunil,
PRPC does not have an Out-Of-The-Box implementation of an 'Active Sync' Connector.
PRPC's Email intergration (SMTP, IMAP, POP3) is built on top of the Javamail API. This Java API does not provide intergration for Microsoft Active Sync
The Wikipedia page for Active Sync Summarizes it as follows: (my emphasis added)
Hi Sunil,
PRPC does not have an Out-Of-The-Box implementation of an 'Active Sync' Connector.
PRPC's Email intergration (SMTP, IMAP, POP3) is built on top of the Javamail API. This Java API does not provide intergration for Microsoft Active Sync
The Wikipedia page for Active Sync Summarizes it as follows: (my emphasis added)
So the protocol's purpose seems to be to provide synchronization (that is: two-way updates) between a Mobile Device and a Centralized Service: I'm not sure therefore why you are considering using this Protocol to send Email (a one-way,'fire-and-forget' mechanism ) from an Outlook Exchange Server from PRPC (which is not a mobile device of course) ?
If you need to send email from a program: the standard way of doing this is via the SMTP protocol (probably the same SMTP server that the Active Sync Service is accessing): and this is exactly what PRPC offers.
Thanks very much,
John