| 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:
- support@componentspace.com
- "ComponentSpace Support" <support@componentspace.com>
- "ComponentSpace Support" (we always do our best!) <support@componentspace.com>
- "ComponentSpace Support" <support@[66.210.153.10]>
See Also
Mailbox Class | ComponentSpace.EmailChecker Namespace