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);
}
The default value is the local machine name.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
SmtpTester Class | SmtpTester Members
Send comments on this topic.
Documentation version 1.0.3.0.
© 2008 Dart Communications. All rights reserved.