Class ImapFetchMessages

ImapFetchMessages class

FetchMessagesAsync method parameter set.

public class ImapFetchMessages : ImapMethodParametersGeneral<ImapFetchMessages>

Methods

NameDescription
static Create()Create new ImapFetchMessages instance.
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.

See Also