Posted By:
moon_departed
Posted On:
Monday, November 25, 2002 11:32 PM
Try to check all
message.getFrom();
message.getReplyTo();
message.getReceivedDate();
message.getSentDate();
if
message.getReplyTo() is not null, then can replace your "from" field, and if either one
message.getReceivedDate() or
message.getSentDate() is not null, then can replace your date field.