Метод | Описание | |
---|---|---|
CanAcceptFromAsync ( ISessionContext context, IMailbox @from, int size ) : Task |
Returns a value indicating whether the given mailbox can be accepted as a sender.
|
|
CanDeliverToAsync ( ISessionContext context, IMailbox to, IMailbox @from ) : Task |
Returns a value indicating whether the given mailbox can be accepted as a recipient to the given sender.
|
|
CompositeMailboxFilter ( ) : System.Linq |
Constructor.
|
public CanAcceptFromAsync ( ISessionContext context, IMailbox @from, int size ) : Task |
||
context | ISessionContext | The session context. |
@from | IMailbox | |
size | int | The estimated message size to accept. |
Результат | Task |
public CanDeliverToAsync ( ISessionContext context, IMailbox to, IMailbox @from ) : Task |
||
context | ISessionContext | The session context. |
to | IMailbox | The mailbox to test. |
@from | IMailbox | |
Результат | Task |
public CompositeMailboxFilter ( ) : System.Linq | ||
Результат | System.Linq |