4 references to RecipientCommand
System.Net.Mail (4)
System\Net\Mail\SmtpTransport.cs (4)
208
if (!
RecipientCommand
.Send(_connection, to, out response))
319
MultiAsyncResult result = (MultiAsyncResult)
RecipientCommand
.BeginSend(_connection,
327
if (!
RecipientCommand
.EndSend(result, out response))
344
if (!
RecipientCommand
.EndSend(result, out response))