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

Back to MailMan Class Summary

MailMan::SendBundle

Send a bundle of emails. Returns True if every email was successfully sent, otherwise returns false and the XML error log should be consulted for details.

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

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

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

[JScript]
public function SendBundle(EmailBundle bundle) : Boolean
 
  Parameters  
   
bundle
A bundle of emails to be sent.
 

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