getSubject method

String getSubject()

//// Get the subject of the message.

\return the subject of the message /

Implementation

String getSubject() {
  return subject;
}