SendMessageInput Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Send a Message
public class SendMessageInput
type SendMessageInput = class
Public Class SendMessageInput
- Inheritance
-
SendMessageInput
Constructors
| Name | Description |
|---|---|
| SendMessageInput() | |
Properties
| Name | Description |
|---|---|
| Files |
files |
| Markdown |
Message, in markdown format |
| RoomId |
Select a recipient space |
| Text |
Message Text, in plain text, used for clients that do not support markdown |
| ToPersonEmail |
The email address of the recipient when sending a private 1:1 message |
| ToPersonId |
The ID of the recipient when sending a 1:1 message |