returnReturns the from. return from;
return from;
returnReturns the message. return message;
return message;
returnReturns the priority. return priority;
return priority;
returnReturns the subject. return subject;
return subject;
returnReturns the to. return to;
return to;
paramfrom The from to set. this.from = from;
this.from = from;
parammessage The message to set. this.message = message;
this.message = message;
parampriority The priority to set. this.priority = priority;
this.priority = priority;
paramsubject The subject to set. this.subject = subject;
this.subject = subject;
paramto The to to set. this.to = to;
this.to = to;