 | ServerRequiresAuthentication Property |
Defines whether the SMTP Requires authentication
Namespace:
SMTPRouter
Assembly:
SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntaxpublic bool RequiresAuthentication { get; set; }Public Property RequiresAuthentication As Boolean
Get
Set
Dim instance As Server
Dim value As Boolean
value = instance.RequiresAuthentication
instance.RequiresAuthentication = value
public:
property bool RequiresAuthentication {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also