Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   AddAttachmentsToMail
  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
AddAttachmentsToMail
  Add attachments to a mail record
 
Library wh::internet/mime.whlib
 
Syntax PUBLIC RECORD FUNCTION AddAttachmentsToMail (RECORD toppart,RECORD ARRAY attachments)
 
Parameters
toppart Top-level part of the MIME message to add the attachments to
attachments record array with the attachments (STRING name, STRING data, STRING contenttype)
 
Returns A record of the new Top-level MIME part
 
 
In library 'mime'
AddAttachmentsToMail
AddEmailHeaders
CreateMimeDecoder
CreateMIMEMailingTopPart
CreateNewMessageId
DecodeMimeEncodedWords
DecodeMIMEHeader
EncodeMIMEMessage
EncodeMIMEWords
GetMIMEHeader
GetMIMEHeaderParameter
SplitEmailName
TokenizeEmailAddresses
 
Top To top of page