Метод | Описание | |
---|---|---|
ExecuteAsync ( ISmtpSessionContext context, |
Execute the command.
|
|
MailCommand ( IMailbox address, string>.IDictionary |
Constructor.
|
Метод | Описание | |
---|---|---|
GetMessageSize ( ) : int |
Gets the estimated message size supplied from the ESMTP command extension.
|
public ExecuteAsync ( ISmtpSessionContext context, |
||
context | ISmtpSessionContext | The execution context to operate on. |
cancellationToken | The cancellation token. | |
Результат | Task |
public MailCommand ( IMailbox address, string>.IDictionary |
||
address | IMailbox | The address. |
parameters | string>.IDictionary | The list of extended (ESMTP) parameters. |
mailboxFilterFactory | IMailboxFilterFactory | The mailbox filter factory to create the filters from. |
maxMessageSize | int | The maximum message size (0 for no limit). |
Результат | System |