Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   AddEmailHeaders
  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
AddEmailHeaders
  Adds email MIME headers to an email
 
Library wh::internet/mime.whlib
 
Syntax PUBLIC RECORD FUNCTION AddEmailHeaders (RECORD origemail)
 
Description This function adds decoded Sender, Tos, ReplyTo, Bcc, Ccs, Subject, Date
headers based on the original headers field in an email
 
Parameters
origemail The record to which the headers are added
 
Returns The updated email record with MIME decoded headers
  The record contains the following cells:
sender The sender of the email
tos The adresses to which the email was sent
ccs The adresses that received a Carbon Copy
bccs The adresses that received a Blind Carbon Copy
replyto The adress to which should be replied
subject The subject of the message
date The date of the message
inreplyto The in reply to field
contenttype The content type of the email
 
 
In library 'mime'
AddAttachmentsToMail
AddEmailHeaders
CreateMimeDecoder
CreateMIMEMailingTopPart
CreateNewMessageId
DecodeMimeEncodedWords
DecodeMIMEHeader
EncodeMIMEMessage
EncodeMIMEWords
GetMIMEHeader
GetMIMEHeaderParameter
SplitEmailName
TokenizeEmailAddresses
 
Top To top of page