Class ImapMethodParametersGeneralT

ImapMethodParametersGeneral<T> class

IAsyncImapClient method general parameters.

public abstract class ImapMethodParametersGeneral<T>
    where T : ImapMethodParametersGeneral

Methods

NameDescription
SetCancellationToken(CancellationToken)Set the cancellation token (optional).
SetConnection(IConnection)Connection to a server (optional).

See Also