Instructs the server to start processing the message queue for a specified node (domain).
public void EnhancedTurn(
string nodeName
)
Public Sub EnhancedTurn( _
ByVal nodeName As String _
)
public:
void EnhancedTurn(
String^ nodeName
);
Parameters
- nodeName
- The node name, which usually corresponds to a domain name.
Remarks
Represents SMTP ETRN command.