Message Class |
Namespace: WebexSDK
public class Message
The Message type exposes the following members.
| Name | Description | |
|---|---|---|
| Created |
The timestamp that the message being created.
| |
| Files |
A array of public URLs of the attachments in the message.
| |
| Id |
The identifier of this message.
| |
| IsSelfMentioned |
If self is mentioned in this message.
| |
| PersonEmail |
The email address of the person who sent this message.
| |
| PersonId |
The identifier of the person who sent this message.
| |
| SpaceId |
The identifier of the space where this message was posted.
| |
| SpaceType |
The type of space, group or direct.
| |
| Text |
The content of the message text, it is plain text or rich text.
| |
| ToPersonEmail |
The email address of the recipient when sending a private 1:1 message.
| |
| ToPersonId |
The identifier of the recipient when sending a private 1:1 message.
|