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

Back to MailMan Class Summary

MailMan::SmtpUsername

The login for logging into the SMTP server. Use this only if your SMTP server requires authentication.

  Declarations  
    [Visual Basic]
Public Property SmtpUsername As String

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

[C++]
public: __property String* get_SmtpUsername();
public: __property void set_SmtpUsername(String *);

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

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