Home
last modified time | relevance | path

Searched refs:SmtpClientNotPermitted (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Mail/src/System/Net/Mail/
H A DSmtpException.cs70 return SR.Format(SR.SmtpClientNotPermitted); in GetMessageForStatus()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/mail/
H A DSmtpException.cs72 return SR.GetString(SR.SmtpClientNotPermitted); in GetMessageForStatus()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs949 …public const string SmtpClientNotPermitted = "Client does not have permission to submit mail to th… field in SR