NET Email Validation
CompareMethod Enumeration






KellermanSoftware.NetEmailValidation Namespace : CompareMethod Enumeration
How to compare against an email address
Syntax
'Declaration
 
Public Enum CompareMethod 
   Inherits System.Enum
'Usage
 
Dim instance As CompareMethod
public enum CompareMethod : System.Enum 
public enum CompareMethod = class(System.Enum)
public enum CompareMethod extends System.Enum
__value public enum CompareMethod : public System.Enum 
public enum class CompareMethod : public System.Enum 
Members
MemberDescription
Contains If the email contains the text
ContainsWord If the email contains the word
DomainName Compare the domain portion of the email address
Email Compare the entire email address
UserName Compare the user portion of the email address
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         KellermanSoftware.NetEmailValidation.CompareMethod

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

KellermanSoftware.NetEmailValidation Namespace