SmtpAddress members
Specifies the SMTP address of the mailbox.
The SmtpAddress type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SmtpAddress([]) | ||
SmtpAddress(String) | ||
SmtpAddress(String, String) |
Top
Properties
Name | Description | |
---|---|---|
Domain | ||
IsValidAddress | ||
Length | ||
Local |
Top
Methods
Name | Description | |
---|---|---|
CompareTo(Object) | ||
CompareTo(SmtpAddress) | ||
Equals(Object) | (Overrides ValueType.Equals(Object).) | |
Equals(SmtpAddress) | ||
GetBytes() | ||
GetBytes([], Int32) | ||
GetHashCode | (Overrides ValueType.GetHashCode().) | |
IsValidDomain | ||
IsValidSmtpAddress | ||
Parse | ||
ToString | (Overrides ValueType.ToString().) |
Top
Operators
Name | Description | |
---|---|---|
Equality | ||
Explicit(String to SmtpAddress) | ||
Explicit(SmtpAddress to String) | ||
Inequality |
Top
Fields
Name | Description | |
---|---|---|
Empty | ||
MaxEmailNameLength | ||
MaxLength | ||
NullReversePath |
Top