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