IGmailClientAsync.DeleteFilterAsync
IGmailClientAsync.DeleteFilterAsync method
Asynchronously deletes a Gmail filter by its ID.
public Task DeleteFilterAsync(string id, CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| id | String | The filter ID. |
| cancellationToken | CancellationToken | A cancellation token. |
Return Value
A task representing the asynchronous operation.
See Also
- interface IGmailClientAsync
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email