Setting FONT Name for MAPI Message
-
Hi, I have a program in which I have to send mail to a list of users. with a text report. Mail sending is working fine with MAPI Messages Control. But how to set the FONT of the message ? Because the Report is not align is getting distrubed. Or Other wise tell me how to change the MAPI message type to HTML Message? Please help me out Ramesh Sambari
Knowledge is like honey. Collect it, to make life sweet.
-
Hi, I have a program in which I have to send mail to a list of users. with a text report. Mail sending is working fine with MAPI Messages Control. But how to set the FONT of the message ? Because the Report is not align is getting distrubed. Or Other wise tell me how to change the MAPI message type to HTML Message? Please help me out Ramesh Sambari
Knowledge is like honey. Collect it, to make life sweet.
If youre sending a straight-text message, you don't send a font description. The font is chosen by the email program on the receivers-side, not yours. The only way you can pick the font is if you send the report in an HTML formatted email body. Google "html email body vb.net" for examples.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009...