Click or drag to resize

Message Class

The struct of a Message on Cisco Spark.
Inheritance Hierarchy
SystemObject
  SparkSDKMessage

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.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 propertyRoomId
The identifier of the room where this message was posted.
Public propertyRoomType
The type of room, 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