Hi All,
I will be developing a change and would like to know how can i parse a mail header in OBPM using java.
I want to get the message id, date and time the email recieved and email size.
Our code is already fetching the attachment of the email using the following syntax.
mailAttachments = mail.attachments;
I tried creating a variable like mailHeaders = mail.headers, would you know how can i get the details i want by parsing the variable? so far I wasn't able to check what mail.headers return as i'm currently having issues running our code locally due to DB connections.
Many Thanks,
Regards,
Kenneth