getReplySubject method
//// Get the reply subject of the message.
@return the reply subject of the message /
Implementation
String getReplySubject() {
return replySubject;
}
//// Get the reply subject of the message.
@return the reply subject of the message /
String getReplySubject() {
return replySubject;
}