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

HelloName Property

Dart.PowerTCP.EmailValidation Namespace > SmtpTester Class : HelloName Property

Gets or sets a value that determines the domain parameter sent with the HELO (or EHLO) command.

[Visual Basic]
<DescriptionAttribute("Gets or sets a value that determines the domain parameter sent with the HELO (or EHLO) command.")> Public Property HelloName As String
[C#]
[DescriptionAttribute("Gets or sets a value that determines the domain parameter sent with the HELO (or EHLO) command.")] public string HelloName {get; set;}
[C++]
[DescriptionAttribute("Gets or sets a value that determines the domain parameter sent with the HELO (or EHLO) command.")] public: __property string* get_HelloName(); public: __property void set_HelloName(    string* value );
[C++/CLI]
[DescriptionAttribute("Gets or sets a value that determines the domain parameter sent with the HELO (or EHLO) command.")] public: property String^ HelloName {    String^ get();    void set (String^ value); }

Return Type

The default value is the local machine name.

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.