4 references to RecipientCommand
System (4)
net\System\Net\mail\SmtpTransport.cs (4)
325if (!RecipientCommand.Send(connection, to, out response)) { 439MultiAsyncResult result = (MultiAsyncResult)RecipientCommand.BeginSend(connection, 447if (!RecipientCommand.EndSend(result, out response)){ 463if (!RecipientCommand.EndSend(result, out response))