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

Back to MailMan Class Summary

MailMan::SmtpPassword

The password for logging into the SMTP server. Use this only if your SMTP server requires authentication. Chilkat Email.NET supports the LOGIN, PLAIN, CRAM-MD5, and NTLM login methods, and it will automatically choose the most secure method available. Additional login methods will be available in the future.

  Declarations  
    [Visual Basic]
Public Property SmtpPassword As String

[C#]
public string SmtpPassword {get; set;}

[C++]
public: __property String* get_SmtpPassword();
public: __property void set_SmtpPassword(String *);

[JScript]
public function get SmtpPassword() : String;
public function set SmtpPassword(String);
 

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