Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   CreateMIMEMailingTopPart
  Home |  WebHare Lite |  Downloads |  HareScript |  Websites/CMS |  Applications
Search for:  in: 
HareScript
Internet connectivity
 
File transfer (FTP)
Hypertext transfer (HTTP)
IMAP library
MIME and RFC822
POP3 email
Simple Mail Transfer Protocol (SMTP)
TCP/IP connections
CreateMIMEMailingTopPart
  Create a top part for a MIME mailing
 
Library wh::internet/mime.whlib
 
Syntax PUBLIC RECORD FUNCTION CreateMIMEMailingTopPart (BLOB plainmail,BLOB htmlmail,RECORD ARRAY mail_images)
 
Parameters
plainmail Plain/text part
htmlmail HTML part
mail_images Embedded objects
  The record contains the following cells:
filename Original filename
contentid Content id (without the 'cid:' namespace prefix)
contenttype Content type
data Object data
 
Returns A top-level MIME part for an embedded mailing. Ids 2 up to 6+length(embedded) will be used as
the IDs in the toppart record and its contained objects
 
 
In library 'mime'
AddAttachmentsToMail
AddEmailHeaders
CreateMimeDecoder
CreateMIMEMailingTopPart
CreateNewMessageId
DecodeMimeEncodedWords
DecodeMIMEHeader
EncodeMIMEMessage
EncodeMIMEWords
GetMIMEHeader
GetMIMEHeaderParameter
SplitEmailName
TokenizeEmailAddresses
 
Top To top of page