CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    May 2003
    Location
    Denmark
    Posts
    2

    Question MAPI problem

    Is it possible to send file attachments using MAPI in not MS TNEF content type e.g. application/octet-stream or so on in Visual C++ ?
    As I understand I have to deal with MapiFileTagExt structure and set lpEncoding and lpTag fields, but have no idea how to deal with it.

    Problem: TNEF is readable only MS Outlook client (even outlook express or hotmail.com doesn't understand tnef not to mention other mail clients ).


    thanks.
    Last edited by Oleksandr; May 12th, 2003 at 01:15 PM.
    Fish

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