sending smtp mesage using Exchange 2007 .
Hello people, I am working on Exchange 2007 based foreign connector. Further, using C#.Net I have parsed .eml message from DropDirectory using Microsoft.Exchange.Data.Mime namespaces:MimeDocument. Using MIMEPart classI have gotindividual content's like Mime Header's,Mail body and attachment from MIME message, I now want to sendmy own messageusing SMTPfrom Exchange 2007 using thisparsed Mime data.Is this possible? Can anyone guide me on this? Many Thank's, Muffadal.
December 12th, 2006 10:36am

I recommend posting questions related to APIin a Development forum. This should be possible. You should create a file in MIME format, which has necessary X-headers providing envelope information, in a transportpick-up directory. If you create your message with MimeDocument, you can use document.WriteTo(stream) method to write MIME to a file stream. Check the top few headers in a message you receive in a drop directory for an idea about necessary X-headers. You can add such headers with document.RootPart.Headers.PrependChild(newHeader) to make sure they are before any other headers.
Free Windows Admin Tool Kit Click here and download it now
December 13th, 2006 12:00pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics