MessageClient Methods | 
The MessageClient type exposes the following members.
| Name | Description | |
|---|---|---|
| Delete | 
            Deletes a message by message id.
              | |
| DownloadFile | 
            Download a file object, save the file to pointed destination.
              | |
| DownloadThumbnail | 
            Download a file thumbnail, save the thumbnail to pointed destination.
              | |
| Get(String, ActionWebexApiEventArgsMessage) | 
            Retrieves the details for a message by message Id.
              | |
| Get(String, String, ActionWebexApiEventArgsMessage) | 
            Retrieves the details for a message by space Id and message Id.
              | |
| List(String, String, DateTime, NullableInt32, ActionWebexApiEventArgsListMessage) | 
            Lists all messages in a space by space Id.
            If present, it includes the associated media content attachment for each message.
            The list sorts the messages in descending order by creation date.
              | |
| List(String, String, String, NullableInt32, ActionWebexApiEventArgsListMessage) | 
            Lists all messages in a space by space Id.
            If present, it includes the associated media content attachment for each message.
            The list sorts the messages in descending order by creation date.
              | |
| PostToPerson | 
            Posts a private 1:1 message in plain text, and optionally, a media content attachment, to a person by person email.
              | |
| PostToSpace | 
            Posts a plain text message, and optionally, mentions group and a media content attachment, to a space by space Id.
              |