getReplySubject method

String getReplySubject()

//// Get the reply subject of the message.

@return the reply subject of the message /

Implementation

String getReplySubject() {
  return replySubject;
}