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

Back to MailMan Class Summary

MailMan::SmtpPort

The port number of the SMTP server used to send email. Only needs to be set if the SMTP server is running on a non-standard port.

  Declarations  
    [Visual Basic]
Public Property SmtpPort As Integer

[C#]
public int SmtpPort {get; set;}

[C++]
public: __property int get_SmtpPort();
public: __property void set_SmtpPort(int);

[JScript]
public function get SmtpPort() : int;
public function set SmtpPort(int);
 

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