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