‎2010 Mar 18 9:47 AM
Hello All,
Is it possible to retrieve emails attachment from external email address, not from sap office inbox ?
Thanks,
Sujeet
‎2010 Mar 18 2:27 PM
yep you can configure that in scot -> settings -> inbound processing
there you can define a class for inbound processing
ZCL_EMAIL_RECEIVE
and in IF_INBOUND_EXIT_BCS~PROCESS_INBOUND
you can define logic on how to treat the email and it's attachments
see /people/thomas.jung3/blog/2004/09/09/receiving-e-mail-and-processing-it-with-abap--version-610-and-higher
for example
and here how to treat attachments
/people/gregor.wolf3/blog/2005/10/02/inbound-mail-processing-150-attach-files-to-opportunity
kind regards
arthur de smidt
‎2010 Mar 18 2:27 PM
yep you can configure that in scot -> settings -> inbound processing
there you can define a class for inbound processing
ZCL_EMAIL_RECEIVE
and in IF_INBOUND_EXIT_BCS~PROCESS_INBOUND
you can define logic on how to treat the email and it's attachments
see /people/thomas.jung3/blog/2004/09/09/receiving-e-mail-and-processing-it-with-abap--version-610-and-higher
for example
and here how to treat attachments
/people/gregor.wolf3/blog/2005/10/02/inbound-mail-processing-150-attach-files-to-opportunity
kind regards
arthur de smidt
‎2010 Dec 27 11:08 AM