Class ImapMessageSetT

ImapMessageSet<T> class

Represents the message set.

public abstract class ImapMessageSet<T> : ImapMethodParametersGeneral<T>
    where T : ImapMessageSet

Methods

NameDescription
SetCancellationToken(CancellationToken)
SetConnection(IConnection)
SetMessage(int)Set the message sequence number.
SetMessage(string)Set the message unique identifier.
SetMessages(IEnumerable<ImapMessageInfo>)Set the message unique identifiers.
SetMessages(IEnumerable<int>)Set the message sequence numbers.
SetMessages(IEnumerable<string>)Set the message unique identifiers.
SetMessages(int, int)Set the messages sequence number range.
SetMessages(string, string)Set the messages unique identifier range.

See Also