 | ServerPorts Property |
Ports where the SMTP Service will be available
Namespace:
SMTPRouter
Assembly:
SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntaxpublic int[] Ports { get; set; }Public Property Ports As Integer()
Get
Set
Dim instance As Server
Dim value As Integer()
value = instance.Ports
instance.Ports = value
public:
property array<int>^ Ports {
array<int>^ get ();
void set (array<int>^ value);
}Property Value
Type:
Int32
See Also