ImapClient.ListAttachmentsAsync
ListAttachmentsAsync(int, CancellationToken)
Gets the message attachments list. Gets an information for each attachment in message.
public Task<ImapAttachmentInfoCollection> ListAttachmentsAsync(int sequenceNumber,
CancellationToken token)
Parameter | Description |
---|---|
sequenceNumber | The message sequence number. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapAttachmentInfoCollection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ListAttachmentsAsync(int)
Gets the message attachments list. Gets an information for each attachment in message.
public Task<ImapAttachmentInfoCollection> ListAttachmentsAsync(int sequenceNumber)
Parameter | Type | Description |
---|---|---|
sequenceNumber | Int32 | The message sequence number. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapAttachmentInfoCollection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email