This shows you the differences between two versions of the page.
|
messages [2009/07/10 08:46] admin |
messages [2009/07/10 08:50] (current) admin |
||
|---|---|---|---|
| Line 132: | Line 132: | ||
| Returns the attachment name in //buf//. The size of the buffer is //buflen// and the number of characters actually added to the buffer is returned in //sz//. | Returns the attachment name in //buf//. The size of the buffer is //buflen// and the number of characters actually added to the buffer is returned in //sz//. | ||
| + | The function returns 0 if successful or an error code. | ||
| + | |||
| + | ===== mu_message_get_attribute ===== | ||
| + | |||
| + | <code> | ||
| + | int mu_message_get_attribute(mu_message_t msg,mu_attribute_t *pattribute); | ||
| + | </code> | ||
| + | |||
| + | Returns a pointer to the message attributes in //pattribute//. | ||
| The function returns 0 if successful or an error code. | The function returns 0 if successful or an error code. | ||