Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
HTML in mapi
Message
De
12/10/2001 12:45:33
 
 
À
12/10/2001 06:00:55
Vladimir Zhuravlev
Institute of the Physics of Earth,Russia
Moscow Region, Russie
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Divers
Thread ID:
00567457
Message ID:
00567743
Vues:
17
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform