| SmtpSupportedExtensions Method |
Lists extensions supported by the remote server (e.g.
StartTLS)
Namespace:
Limilabs.Client.SMTP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public List<SmtpExtension> SupportedExtensions()
Public Function SupportedExtensions As List(Of SmtpExtension)
public:
List<SmtpExtension^>^ SupportedExtensions()
member SupportedExtensions : unit -> List<SmtpExtension>
Return Value
Type:
ListSmtpExtensionExtensions supported by remote server.
See Also