send an ebXML message from an addin

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

Jörg-Ulrich Wölfel

ebXML specification requires:

"The Content-Type: Multipart/Related MIME header with the associated
parameters, from the
ebXML Message Envelope MUST appear as an eMail MIME header."

Using Microsoft.Office.Interop.Outlook in an addin I did not succeed to set
that Content-Type.

Does anyone know how to do that?

Thanx
Jörg
 
You cannot use Outlook objects to send messages with a specific
content-type. I haven't looked closely enough at the System.Web.Mail class
to know if that's the way to go, but I suspect that since it uses
CDOSYS.dll, it probably is. I also found another article at
http://www.eggheadcafe.com/articles/20030316.asp that might be useful.
 
Back
Top