Class ImapDeleteMessages

ImapDeleteMessages class

DeleteMessagesAsync parameter set.

public class ImapDeleteMessages : ImapMessageSet<ImapDeleteMessages>

Methods

NameDescription
static Create()Create ImapDeleteMessages instance.
SetCancellationToken(CancellationToken)
SetCommitNow(bool)Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315
SetConnection(IConnection)
SetMessage(int)
SetMessage(string)
SetMessages(IEnumerable<ImapMessageInfo>)
SetMessages(IEnumerable<int>)
SetMessages(IEnumerable<string>)
SetMessages(int, int)
SetMessages(string, string)
SetModificationSequence(long)Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162

See Also