SmtpServer.Version Property
When overridden in a derived class, the Version property gets an instance of the System.Version class that represents the version of 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 Version As Version
Get
'Usage
Dim instance As SmtpServer
Dim value As Version
value = instance.Version
public abstract Version Version { get; }
Property Value
Type: System.Version