 | SmtpAuthExtensionSupports Method |
Checks if specified method is supported.
Namespace: Limilabs.Client.SMTPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic bool Supports(
SmtpAuthenticationMethod method
)
Public Function Supports (
method As SmtpAuthenticationMethod
) As Boolean
public:
bool Supports(
SmtpAuthenticationMethod^ method
)
member Supports :
method : SmtpAuthenticationMethod -> bool Parameters
- method SmtpAuthenticationMethod
- Authentication method to check.
Return Value
BooleanTrue if method is supported, false otherwise.
See Also