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

Back to MailMan Class Summary

MailMan::DeleteByUidl

Removes a single email from the server. Returns the a status code having one of the following values: [-2] Failed to connect to the POP3 server. [-1] Connected to the POP3 server, but failed to login or issue delete command [0] The UIDL was not found on the server. [1] The UIDL existed on the server and was deleted.

  Declarations  
    [Visual Basic]
Public Function DeleteByUidl(ByVal String uidl) As Boolean

[C#]
public bool DeleteByUidl(string uidl);

[C++]
public bool DeleteByUidl(String *uidl);

[JScript]
public function DeleteByUidl(String uidl) : Boolean
 
  Parameters  
   
uidl
The UIDL of the email to delete from the POP3 server.
 

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