Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   OpenPop3Email
  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
OpenPop3Email
  This function will open a message from the POP3 server
 
Library wh::internet/pop3.whlib
 
Syntax PUBLIC RECORD FUNCTION OpenPop3Email (INTEGER connectionid,INTEGER message)
 
Parameters
connectionid ID of the connection
message Integer message number in the mailbox
 
Returns Record of the email (only if the email was found), check the field email.error (which only exists in case of an error)
  The record contains the following cells:
header Header of the email message
data Top mimepart of the email message
 
 
In library 'pop3'
AbortPop3Account
ClosePop3Account
DeletePop3Email
GetPop3MailListing
GetPop3MailOverview
GetPop3RawEmailData
OpenPop3Account
OpenPop3Email
OpenPop3EmailHeader
OpenSecurePop3Account
 
Top To top of page