Dart.PowerTCP.EmailValidation Namespace > SmtpTester Class : UseEhlo Property |
Gets or sets a value that determines whether SMTP servers are greeted with an EHLO, instead of HELO.
[Visual Basic]
<DescriptionAttribute("Gets or sets a value that determines whether SMTP servers are greeted with an EHLO, instead of HELO.")>
<DefaultValueAttribute()>
Public Property UseEhlo As Boolean
[C#]
[DescriptionAttribute("Gets or sets a value that determines whether SMTP servers are greeted with an EHLO, instead of HELO.")]
[DefaultValueAttribute()]
public bool UseEhlo {get; set;}
[C++]
[DescriptionAttribute("Gets or sets a value that determines whether SMTP servers are greeted with an EHLO, instead of HELO.")]
[DefaultValueAttribute()]
public: __property bool get_UseEhlo();
public: __property void set_UseEhlo(
bool value
);
[C++/CLI]
[DescriptionAttribute("Gets or sets a value that determines whether SMTP servers are greeted with an EHLO, instead of HELO.")]
[DefaultValueAttribute()]
public:
property bool UseEhlo {
bool get();
void set (bool value);
}
The default value is false.
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.