get_quote_pm
Function
| Function Name | Description | Level |
| get_quote_pm | Returns a processed [quote] content just like when user click the Reply or Forward button on the web browser. This is to address different forum systems requires different [quote] format | 3 |
Input Parameters:
| Name | Type | Required? | Description | Level |
| message_id | String | yes | | 3 |
Output Parameters:
| Name | Type | Required? | Description | Level |
| result | Boolean | yes | true: action success. False: action failed | 3 |
| result_text | byte[] | | | 3 |
| msg_id | String | yes | | 3 |
| msg_subject | byte[] | | Returns the processed title for a message reply which can be language and forum system specific. | 3 |
| text_body | byte[] | | returns message body usually with [quote] content. | 3 |