Chilkat .NET
Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character
Encoding Conversion
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 | ||
|
Copyright 2002, Chilkat Software, Inc. All Rights Reserved.