 | ServerQueuePath Property |
The root directory where the queues will be located
Namespace:
SMTPRouter
Assembly:
SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntaxpublic string QueuePath { get; set; }Public Property QueuePath As String
Get
Set
Dim instance As Server
Dim value As String
value = instance.QueuePath
instance.QueuePath = value
public:
property String^ QueuePath {
String^ get ();
void set (String^ value);
}Property Value
Type:
String
See Also