See Also

SmtpTester Class  | SmtpTester Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerTCP Email Validation for .NET

ServerPort Property

Dart.PowerTCP.EmailValidation Namespace > SmtpTester Class : ServerPort Property (SmtpTester)

Gets or sets the port to connect to on the remote server.

[Visual Basic]
<DefaultValueAttribute()> <DescriptionAttribute("Gets or sets a value that determines whether SMTP servers are greeted with an EHLO, instead of HELO.")> Public Property ServerPort As Integer
[C#]
[DefaultValueAttribute()] [DescriptionAttribute("Gets or sets a value that determines whether SMTP servers are greeted with an EHLO, instead of HELO.")] public int ServerPort {get; set;}
[C++]
[DefaultValueAttribute()] [DescriptionAttribute("Gets or sets a value that determines whether SMTP servers are greeted with an EHLO, instead of HELO.")] public: __property int get_ServerPort(); public: __property void set_ServerPort(    int value );
[C++/CLI]
[DefaultValueAttribute()] [DescriptionAttribute("Gets or sets a value that determines whether SMTP servers are greeted with an EHLO, instead of HELO.")] public: property int ServerPort {    int get();    void set (int value); }

Return Type

The standard SMTP port of 25.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

SmtpTester Class  | SmtpTester Members


Send comments on this topic.

Documentation version 1.0.3.0.

© 2008 Dart Communications.  All rights reserved.