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

Back to MailMan Class Summary

MailMan::DeleteBundle

Removes all the emails present in the bundle from the POP3 email server.

  Declarations  
    [Visual Basic]
Public Function DeleteBundle(EmailBundle bundle) As Boolean

[C#]
public bool DeleteBundle(EmailBundle bundle);

[C++]
public bool DeleteBundle(EmailBundle *bundle);

[JScript]
public function DeleteBundle(EmailBundle bundle) : Boolean
 
  Parameters  
   
bundle
The bundle of emails that should be deleted from the POP3 server.
 

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