getAgent
plugin.mail.getAgent(params: IGetAgentParams): Promise<IGetAgentResponse>
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
params | IGetAgentParams | Yes |
Returns
Promise<IGetAgentResponse>
Example
import plugin from '@codebolt/plugin-sdk';
const result = await plugin.mail.getAgent(/* IGetAgentParams */);
console.log(result);