.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to MailMan Class Summary

MailMan::DeleteEmail

Removes an email from the mail server. The email argument is an email that was previously downloaded from the mail server, either in its entirety, or partially (as with GetAllHeaders or GetHeaders).

  Declarations  
    [Visual Basic]
Public Function DeleteEmail(Email email) As Boolean

[C#]
public bool DeleteEmail(Email email);

[C++]
public bool DeleteEmail(Email *email);

[JScript]
public function DeleteEmail(Email email) : Boolean
 
  Parameters  
   
email
The email to remove from the POP3 server.
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.