TMimeMess.AddPartHTML
TMimeMess     

function AddPartHTML(Const Value: TStrings; Const PartParent: TMimePart): TMimePart;

Unit
MIMEmess

Description
Add MIME part as subpart of PartParent. If you need set root MIME part, then set as PartParent NIL value. If you need set more then 1 subpart, you must have PartParent of multipart type!

After creation of part set type to text part to HTML type and set all necessary properties. Content of HTML part is readed from Value stringlist.


See also:
AddPart, AddPartHTMLBinary, AddPartHTMLBinaryFromFile, AddPartHTMLFromFile, AddPartMultipart, MessagePart