SmtpServer.Name property
When overridden in a derived class, the Name property gets the fully qualified domain name (FQDN) for this Simple Mail Transfer Protocol (SMTP) server.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Name As String
Get
'Usage
Dim instance As SmtpServer
Dim value As String
value = instance.Name
public abstract string Name { get; }
Property value
Type: System.String