listThreads
plugin.mail.listThreads(params: IListThreadsParams): Promise<IListThreadsResponse>
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
params | IListThreadsParams | Yes | (default: {}) |
Returns
Promise<IListThreadsResponse>
Example
import plugin from '@codebolt/plugin-sdk';
const result = await plugin.mail.listThreads(/* IListThreadsParams */);
console.log(result);