set_subject
Description:
public void set_subject (
string subject,
string charset)
Set the subject of a this.
Note: The subject string should be in UTF-8.
Parameters:
| this |
A Message
|
| subject |
Subject string
|
| charset |
The charset to use for encoding the subject or null to use the default
|