Click or drag to resize

WebexMessages Property

Gets the messages, which is an instance of MessageClient Messages are how we communicate in a space. Use messages to manage the messages on behalf of the authenticated user.

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public MessageClient Messages { get; }

Property Value

Type: MessageClient
The messages.
Remarks
Since: 0.1.0
See Also