What would the best way to find out if an email message has a MIME attachment?
Printable View
What would the best way to find out if an email message has a MIME attachment?
Hi,
Usually, MIME messages with attachments has a "name" parameter in the "Content-Type" header field. Refer to documentation on MIME, rfc 2045.
Hope that helps!
Thanks- I found that right after I had posted...