| SaslMechanismIsSupported Method |
Determine if the specified SASL mechanism is supported by MailKit.
Namespace: MailKit.SecurityAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public static bool IsSupported(
string mechanism
)
Parameters
- mechanism String
- The name of the SASL mechanism.
Return Value
Booleantrue if the specified SASL mechanism is supported; otherwise,
false.
Exceptions Remarks See Also