MAPI = Simple MAPI and not the extended version (PB supports Simple MAPI)
TRY http://www.funcky.com to send HTML email.
Smtp.Server = "mymailserver.com"
Smtp.ToName = "A B C D"
Smtp.ToAddress = ABC@w.com
Smtp.FromName = "X Y Z"
Smtp.FromAddress = dont@spam.me
Smtp.Subject = "HTML "
Smtp.Html = "hello.html" // HTML page
Smtp.Message = "If you can read this you can't read HTML!" // Plain text in case HTML reader not available
If( Smtp.Send()) Then
// Sent ok
Else
// Error
Endif
Main Topics
Browse All Topics





by: sajuksPosted on 2004-05-27 at 20:08:50ID: 11177168
PB and MAPI doesnt support HTML formating. If you want to send HTML format thru PB, try using SMTP instead of MAPI
om/default .aspx?scid =http:// su pport.micr osoft.com: 80/support /kb/articl es/Q268/4/ 40.ASP& NoW ebContent= 1&NoWebCon tent=1
http://support.microsoft.c