ComponentSpace Email Checker Class Library Reference

Mailbox Constructor 

Initializes a new instance of the Mailbox class with the specified email address (eg. support@componentspace.com).

[Visual Basic]
Public Sub New( _
   ByVal fullAddress As String _
)
[C#]
public Mailbox(
   string fullAddress
);

Parameters

fullAddress
The email address.

Remarks

All email address formats, as specified by RFC-2822, are supported. For example, the following are valid email addresses:

See Also

Mailbox Class | ComponentSpace.EmailChecker Namespace