Class ImapUniqueIdParameterSet
ImapUniqueIdParameterSet class
The IAsyncImapClient
method parameter set with the set of message unique identifiers.
public class ImapUniqueIdParameterSet : ImapMethodParametersGeneral<ImapUniqueIdParameterSet>
Methods
Name | Description |
---|---|
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
- class ImapMethodParametersGeneral<T>
- namespace Aspose.Email.Clients.Imap.Models
- assembly Aspose.Email