Code Comments
Programming Forum and web based access to our favorite programming groups.hello in vb i am using mapi control to sedn mail to outlook express. i have the code which is working fine. i need to know how can i send html formatted message to outlook express. here is the code MAPIMessages1.MsgNoteText = "<h1>Test message</h1><br><b>Blod Text</b>" if i send this, same text will come in outlookexpress. how do i send html formatted message, what need to be done for that
Post Follow-up to this messageNot sure you can force it with MAPI. May want to look into an SMTP solution like: http://www.veign.com/vrc_codeview.asp?type=app&id=46 MAPI Help: http://www.outlookcode.com/d/mapi.htm -- Chris Hanscom - Microsoft MVP (VB) Veign's Resource Center http://www.veign.com/vrc_main.asp -- Read. Decide. Sign the petition to Microsoft. http://classicvb.org/petition/ "manjunath" <manjunath@discussions.microsoft.com> wrote in message news:0FB5D1EE-EC8D-4E9D-9952-F12961357A71@microsoft.com... > hello in vb i am using mapi control to sedn mail to outlook express. i have > the code which is working fine. i need to know how can i send html formatted > message to outlook express. > > here is the code > > MAPIMessages1.MsgNoteText = "<h1>Test message</h1><br><b>Blod > Text</b>" > > if i send this, same text will come in outlookexpress. how do i send html > formatted message, what need to be done for that >
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.