Class ImapFetchMessages
ImapFetchMessages class
FetchMessagesAsync method parameter set.
public class ImapFetchMessages : ImapMethodParametersGeneral<ImapFetchMessages>
Methods
| Name | Description | 
|---|---|
| static Create() | Create new ImapFetchMessagesinstance. | 
| 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. | 
See Also
- class ImapMethodParametersGeneral<T>
- namespace Aspose.Email.Clients.Imap.Models
- assembly Aspose.Email