sending a MIME-string as message

  • Thread starter Thread starter Jörg-Ulrich Wölfel
  • Start date Start date
J

Jörg-Ulrich Wölfel

Having constructed a MIME-conformant string (header, body, attchtments, all
incluive), is it possible to send that MIME-message from within an outlook
addin?

Thanx
Jörg
 
I can't find your other message, Joerg, so I'm probably repeating what The
Amazing Sue has already said, but MAPI doesn't support MIME. You have to
read the MIME structures into various corresponding MAPI properties. There
are some libraries available to do this (e.g. Redemption, I think). You
might want to send any further messages along to us in platformsdk.mapi
win32.programmer.messaging.
 
Back
Top