Class ImapUniqueIdParameterSet

ImapUniqueIdParameterSet class

The IAsyncImapClient method parameter set with the set of message unique identifiers.

public class ImapUniqueIdParameterSet : ImapMethodParametersGeneral<ImapUniqueIdParameterSet>

Methods

NameDescription
static Create()Create ImapUniqueIdParameterSet instance.
SetCancellationToken(CancellationToken)
SetConnection(IConnection)
SetMessage(string)Set the message unique identifier.
SetMessages(IEnumerable<string>)Set the message unique identifiers.
SetMessages(string, string)Set the messages unique identifier range.

See Also