send an ebXML message from an addin

  • Thread starter Jörg-Ulrich Wölfel
  • 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
 
S

Sue Mosher [MVP-Outlook]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top