Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   DeleteIMAPEmail
  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
DeleteIMAPEmail
  This function will delete an email
 
Library wh::internet/imap.whlib
 
Syntax PUBLIC BOOLEAN FUNCTION DeleteIMAPEmail (INTEGER connectionid,STRING mailbox,INTEGER mailid)
 
Parameters
connectionid ID of the connection (opened by OpenIMAPAccount)
The folder containing the email
mailbox
mailid UID of the mail message to delete
 
Returns boolean Indicating if the email was deleted succesfully
 
 
In library 'imap'
CloseIMAPAccount
CopyIMAPEmail
CreateIMAPMailfolder
DeleteIMAPEmail
DeleteIMAPMailFolder
GetIMAPEmaillisting
GetIMAPError
GetIMAPMailfolders
MoveIMAPEmail
OpenImapAccount
OpenIMAPEmail
OpenSecureImapAccount
RenameIMAPMailFolder
UploadIMAPBlobMessage
 
Top To top of page