3 references to Message
System.Net.Mail (3)
System\Net\Mail\SmtpConnection.cs (3)
209
if (auth != null && auth.
Message
!= null)
211
info = await AuthCommand.SendAsync<TIOAdapter>(this, _authenticationModules[i].AuthenticationType, auth.
Message
, cancellationToken).ConfigureAwait(false);
225
info = await AuthCommand.SendAsync<TIOAdapter>(this, auth.
Message
, cancellationToken).ConfigureAwait(false);