 | SmtpConnectionElementRequiresAuthentication Property |
A flag to define whether the SMTP Connection requires Authentication
Namespace:
SMTPRouter.Windows.Configuration
Assembly:
SMTPRouter.Windows (in SMTPRouter.Windows.dll) Version: 1.0.0.3 (1.0.0.3)
Syntaxpublic bool RequiresAuthentication { get; }Public ReadOnly Property RequiresAuthentication As Boolean
Get
Dim instance As SmtpConnectionElement
Dim value As Boolean
value = instance.RequiresAuthentication
public:
property bool RequiresAuthentication {
bool get ();
}Property Value
Type:
Boolean
See Also