Click or drag to resize

Message Class

The struct of a Message on Cisco Webex.
Inheritance Hierarchy
SystemObject
  WebexSDKMessage

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class Message

The Message type exposes the following members.

Constructors
  NameDescription
Public methodMessage
Initializes a new instance of the Message class
Top
Properties
  NameDescription
Public propertyCreated
The timestamp that the message being created.
Public propertyFiles
A array of public URLs of the attachments in the message.
Public propertyId
The identifier of this message.
Public propertyIsSelfMentioned
If self is mentioned in this message.
Public propertyPersonEmail
The email address of the person who sent this message.
Public propertyPersonId
The identifier of the person who sent this message.
Public propertySpaceId
The identifier of the space where this message was posted.
Public propertySpaceType
The type of space, group or direct.
Public propertyText
The content of the message text, it is plain text or rich text.
Public propertyToPersonEmail
The email address of the recipient when sending a private 1:1 message.
Public propertyToPersonId
The identifier of the recipient when sending a private 1:1 message.
Top
Remarks
Since: 0.1.0
See Also