Class ImapMessageSetT
ImapMessageSet<T> class
Represents the message set.
public abstract class ImapMessageSet<T> : ImapMethodParametersGeneral<T>
where T : ImapMessageSet
Methods
| Name | Description |
|---|---|
| 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
- class ImapMethodParametersGeneral<T>
- namespace Aspose.Email.Clients.Imap.Models
- assembly Aspose.Email