CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: MIME content

  1. #1
    Join Date
    Apr 1999
    Posts
    40

    MIME content

    What would the best way to find out if an email message has a MIME attachment?

    Lorn "ljp" Potter
    Trolltech Qtopia Community Liaison
    irc.freenode.net #qtopia, #qt

  2. #2
    Join Date
    Apr 1999
    Posts
    23

    Re: MIME content

    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!


  3. #3
    Join Date
    Apr 1999
    Posts
    40

    Re: MIME content

    Thanks- I found that right after I had posted...

    Lorn "ljp" Potter
    Trolltech Qtopia Community Liaison
    irc.freenode.net #qtopia, #qt

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured