IGraphClientAsync.ListAttachmentsAsync
IGraphClientAsync.ListAttachmentsAsync method
Asynchronously lists attachments for the specified item.
public Task<MapiAttachmentCollection> ListAttachmentsAsync(string id,
ODataQueryBuilder queryBuilder = null, CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| id | String | The ID of the parent item (message, event, etc.). |
| queryBuilder | ODataQueryBuilder | Optional OData query builder for filtering attachments. |
| cancellationToken | CancellationToken | A cancellation token to observe while waiting for the task to complete. |
Return Value
A task that represents the asynchronous operation. The task result contains the collection of MapiAttachment.
See Also
- class MapiAttachmentCollection
- class ODataQueryBuilder
- interface IGraphClientAsync
- namespace Aspose.Email.Clients.Graph
- assembly Aspose.Email