 | SmtpConfigurationRequiresAuthentication Property |
A flag to define whether the SMTP Connection requires Authentication
Namespace:
SMTPRouter.Models
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 SmtpConfiguration
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