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

UseEhlo Property

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); }

Return Type

The default value is false.

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.