IPA Web Service to MS Exchange (Soap)

 1 Replies
 2 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
Karen Sheridan
Veteran Member Send Private Message
Posts: 142
Veteran Member

Has anyone used an IPA to check an email box, read subject and/or body, and process an attachment (save it to a file server)?

Microsoft publishes the service reference (example below).

https://docs.microsoft.co...erence/attachmentids

IPA/IPD 10.1; S3 applications

We are currently doing this with a .net application.  The business requirements are changing for 2020 so I have to touch the .net application.  If I could move the whole process to IPA that would be much better. 

If you've done anything like this and could share, that would be extremely helpful.

karen.sheridan@thechristhospital.com

TIA,

Karen

David Williams
Veteran Member Send Private Message
Posts: 1127
Veteran Member
I haven't done this, but have done something similar. I would use a WebRun to execute your API call and if an attachment was referenced, might have to use a second one to retrieve the attachment. The system I called returned the attachment in base64 and I used a File Access to save it to the Landmark server. From there you could FTP it to another server.
David Williams