Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   GetMIMEHeader
  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
GetMIMEHeader
  This function will get the first occurance of a field from a MIME header
 
Library wh::internet/mime.whlib
 
Syntax PUBLIC STRING FUNCTION GetMIMEHeader (RECORD ARRAY header,STRING field_)
 
Parameters
header Record Array with the header (use DecodeHeader to get the it)
field_ String with the field to search for
 
Returns String with the value belonging to the field
 
 
In library 'mime'
AddAttachmentsToMail
AddEmailHeaders
CreateMimeDecoder
CreateMIMEMailingTopPart
CreateNewMessageId
DecodeMimeEncodedWords
DecodeMIMEHeader
EncodeMIMEMessage
EncodeMIMEWords
GetMIMEHeader
GetMIMEHeaderParameter
SplitEmailName
TokenizeEmailAddresses
 
Top To top of page