getSubject method
//// Get the subject of the message.
\return the subject of the message /
Implementation
String getSubject() {
return subject;
}
//// Get the subject of the message.
\return the subject of the message /
String getSubject() {
return subject;
}