<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [SimpleUser](./sip.js.simpleuser.md) &gt; [message](./sip.js.simpleuser.message.md)

## SimpleUser.message() method

Send a message.

<b>Signature:</b>

```typescript
message(destination: string, message: string): Promise<void>;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  destination | <code>string</code> | The target destination for the message. A SIP address to send the MESSAGE to. |
|  message | <code>string</code> |  |

<b>Returns:</b>

`Promise<void>`

## Remarks

Send a MESSAGE request.

