IBM Verse Extensions Retrieve Attachments

I am currently working on integration between IBM Verse and our system using the mail reader action. One of the things I'm struggling with right now is how I can get attachments from mail.

Is there anyone who has already done something similar and managed to find attachments?

+4
source share
1 answer

you can use the method getAttachments. He will return all investments. For more information, see include/phpmailer/class.phpmailer.phpwhere it getAttachmentsis defined along with other email assistance methods.

0
source

Source: https://habr.com/ru/post/1688394/


All Articles