Share via


Fqdn members

Provides a fully qualified domain name (FQDN) for a server.

The Fqdn type exposes the following members.

Constructors

  Name Description
Public method Fqdn Initializes a new instance of the Fqdn class from the specified string.

Top

Properties

  Name Description
Public property Domain (Inherited from SmtpDomain.)

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from SmtpDomain.)
Public method Equals(SmtpDomain) (Inherited from SmtpDomain.)
Public method GetHashCode (Inherited from SmtpDomain.)
Public methodStatic member IsValidFqdn Determines whether a fully qualified domain name (FQDN) is a valid domain name.
Public methodStatic member Parse Converts the string representation of a fully qualified domain name (FQDN) to a Fqdn instance.
Public method ToString (Inherited from SmtpDomain.)
Public methodStatic member TryParse Converts the string representation of a fully qualified domain name (FQDN) to a Fqdn instance. A return value indicates whether the conversion succeeded or failed.

Top

Operators

  Name Description
Public operatorStatic member Implicit(Fqdn to String) Converts a Fqdn instance to a string.

Top

See also

Reference

Fqdn class

Microsoft.Exchange.Data namespace