Dart.PowerTCP.EmailValidation Namespace > Validator Class : GreenList Property |
Gets a list of servers that always provide a positive response to a recipient query.
[Visual Basic]
<BrowsableAttribute(False)>
Public ReadOnly Property GreenList As StringCollection
[C#]
[BrowsableAttribute(false)]
public StringCollection GreenList {get;}
[C++]
[BrowsableAttribute(false)]
public: __property StringCollection* get_GreenList();
[C++/CLI]
[BrowsableAttribute(false)]
public:
property StringCollection^ GreenList {
StringCollection^ get();
}
The GreenList is populated when a mail server returns a positive response to a query of the TestAccount.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
Validator Class | Validator Members
Send comments on this topic.
Documentation version 1.0.3.0.
© 2008 Dart Communications. All rights reserved.