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

Back to MailMan Class Summary

MailMan::DeleteMultiple

Removes from the POP3 mail server any email that has a UIDL equal to one of the UIDLs in the StringArray.

  Declarations  
    [Visual Basic]
Public Function DeleteMultiple(StringArray uidlArray) As Boolean

[C#]
public bool DeleteMultiple(StringArray uidlArray);

[C++]
public bool DeleteMultiple(StringArray *uidlArray);

[JScript]
public function DeleteMultiple(StringArray uidlArray) : Boolean
 
  Parameters  
   
uidlArray
The set of UIDLs to delete from the POP3 server.
 

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