Метод | Описание | |
---|---|---|
ExecuteAsync ( ISmtpSessionContext context, |
Execute the command.
|
|
RcptCommand ( IMailbox address, IMailboxFilterFactory mailboxFilterFactory ) : System |
Constructor.
|
public ExecuteAsync ( ISmtpSessionContext context, |
||
context | ISmtpSessionContext | The execution context to operate on. |
cancellationToken | The cancellation token. | |
Результат | Task |
public RcptCommand ( IMailbox address, IMailboxFilterFactory mailboxFilterFactory ) : System | ||
address | IMailbox | The address. |
mailboxFilterFactory | IMailboxFilterFactory | The mailbox filter factory to use. |
Результат | System |