Come for answers, stay for best practices. All we're missing is you.
Originally posted by: JayCh
Hello everyone,
How can we read emails from outlook? I've worked on maps which send emails out, but this is my first requirement to read an email and copy it to local folder as a text file.
Help much appreciated.
Thank you!
Originally posted by: PaulBrett
Looking at the documentation, it looks like the MAPI part of the EMAIL adapter has been dropped:
https://www.ibm.com/support/knowledgecenter/SSVSD8_8.4.0/com.ibm.websphere.dtx.adapemail.doc/references/r_email_Protocol_PR_or_PROTO.htm
https://www.ibm.com/support/knowledgecenter/SSVSD8_8.4.1/com.ibm.websphere.dtx.adapemail.doc/references/r_email_Protocol_PR_or_PROTO.htm
https://www.ibm.com/support/knowledgecenter/SSVSD8_9.0.0/com.ibm.websphere.dtx.adapemail.doc/references/r_email_Protocol_PR_or_PROTO.htm
https://www.ibm.com/support/knowledgecenter/SSVSD8_10.0.0/com.ibm.websphere.dtx.adapemail.doc/references/r_email_Protocol_PR_or_PROTO.htm
You could perhaps connect to the mail server via POP3, and collect emails. Perhaps have your email forward a copy to a dedicated account, to avoid missed triggers.
Thank you.
Paul
Follow me on Twitter
Hi Paul,
Thank you for the information!
Will try with POP3 and let you know the results
Thank you,
Jay