↧
+++ Rick ---
Anyway, I did see the ParseMutlipartMessage() in the Help but what I don't understand is how to use it. Say the attachment is an XML file, how do I "translate" a binary value in the array into actual content of the attachment?
You can use ParseMultipartMessage() to parse out attachments into an array of binary values.
+++ Rick ---