For Programmers: Free Programming Magazines  


Home > Archive > Visual Basic > April 2005 > MAPI + HTML Message Body









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author MAPI + HTML Message Body
manjunath

2005-04-29, 8:55 pm

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

Veign

2005-04-30, 3:55 am

Not 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
>



Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com