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)
Syntaxpublic 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. 
RemarksSince: 0.1.0
See Also