Class ImapChangeMessageFlags
ImapChangeMessageFlags class
AddMessageFlagsAsync, ChangeMessageFlagsAsync, RemoveMessageFlagsAsync methods parameter set.
public class ImapChangeMessageFlags : ImapMessageSet<ImapChangeMessageFlags>
Methods
| Name | Description |
|---|---|
| static Create() | Create ImapChangeMessageFlags instance. |
| SetCancellationToken(CancellationToken) | |
| SetConnection(IConnection) | |
| SetFlags(ImapMessageFlags) | Set flags to change. |
| SetMessage(int) | |
| SetMessage(string) | |
| SetMessages(IEnumerable<ImapMessageInfo>) | |
| SetMessages(IEnumerable<int>) | |
| SetMessages(IEnumerable<string>) | |
| SetMessages(int, int) | |
| SetMessages(string, string) | |
| SetModificationSequence(long) | Set the modification sequence. |
See Also
- class ImapMessageSet<T>
- namespace Aspose.Email.Clients.Imap.Models
- assembly Aspose.Email