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

Back to MailMan Class Summary

MailMan::SmtpLoginDomain

The Windows domain for logging into the SMTP server. Use this only if your SMTP server requires NTLM authentication, which means your SMTP server uses Integrated Windows Authentication. If there is no domain, this can be left empty.

  Declarations  
    [Visual Basic]
Public Property SmtpLoginDomain As String

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

[C++]
public: __property String* get_SmtpLoginDomain();
public: __property void set_SmtpLoginDomain(String *);

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

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