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

Back to MailMan Class Summary

MailMan::QuickSend

A quick way to send an email to a single recipient without having to create an Email object explicitly. Returns 1 on successful delivery, and 0 if failed.

  Declarations  
    [Visual Basic]
Public Function QuickSend(ByVal String from , ByVal String to , ByVal String subject , ByVal String body , ByVal String smtpServer) As Boolean

[C#]
public bool QuickSend(string from , string to , string subject , string body , string smtpServer);

[C++]
public bool QuickSend(String *from , String *to , String *subject , String *body , String *smtpServer);

[JScript]
public function QuickSend(String from , String to , String subject , String body , String smtpServer) : Boolean
 
  Parameters  
   
from
Email address of the sender.
to
Email address of the recipient
subject
The subject of the email message
body
The body of the email message
smtpServer
The hostname of the SMTP server
 

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