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