 | ListenerServer Property |
Reference to the SmtpServer
Namespace:
SMTPRouter
Assembly:
SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntaxpublic SmtpServer Server { get; }Public ReadOnly Property Server As SmtpServer
Get
Dim instance As Listener
Dim value As SmtpServer
value = instance.Server
public:
property SmtpServer^ Server {
SmtpServer^ get ();
}Property Value
Type:
SmtpServer
See Also