Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HTML in mapi
Message
From
12/10/2001 12:45:33
 
 
To
12/10/2001 06:00:55
Vladimir Zhuravlev
Institute of the Physics of Earth,Russia
Moscow Region, Russia
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00567457
Message ID:
00567743
Views:
15
Vlad,

A way around, to get the effect of html is to send a blank message with an attachment. That attachment is a file which contains your html text

ie

Put the html text in a file on disk with the .html extension
the text of the mail should be empty
add one attachment to the mail: the file with the .html extension
send the mail
look at it in your outbox

It works for me

aa = fullp[ath of the html file

this.OleMessage.AttachmentIndex = this.OleMessage.AttachmentCount
this.OleMessage.AttachmentPathname = aa
this.OleMessage.AttachmentName = JustFname(aa)


>It is no problems to send mail with mapi control
>I need tod send text in html frommat. I see my text with tags, not html
>I did not find any property like content/type='html' in mapi, there is msgtype which means different thing. Is it possible to make html mail, or other mail active control is necessary
>Vladimir
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform