ListAttachmentsAsync
ImapClient.ListAttachmentsAsync method (1 of 2)
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
ImapClient.ListAttachmentsAsync method (2 of 2)
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