MessageClientGet Method (String, String, ActionWebexApiEventArgsMessage) |
Retrieves the details for a message by space Id and message Id.
Namespace:
WebexSDK
Assembly:
WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax public void Get(
string spaceId,
string messageId,
Action<WebexApiEventArgs<Message>> completionHandler
)
Parameters
- spaceId
- Type: SystemString
The identifier of the space. - messageId
- Type: SystemString
The identifier of the message. - completionHandler
- Type: SystemActionWebexApiEventArgsMessage
The completion event handler.
Remarks Since: 0.1.0
See Also