Open
Description
Hello and good day
I'm using the lowlevel smtpClient in replying to an email.
I successfully send the reply like the code below.
MessageBuilder.prepareReplyToMessage(originalMessage, fromMailAddress)
But this time I want to render the replies on the screen,
I checked the MimeMessage
object and I cant seem to find list of replies.
How to get the replies for a specific MimeMessage
?
I can see there's an new entry inside the Sent
Mailbox
after a successful reply.
How to link them inside below the original message.
I want it to be similar to gmail in which the reply messages are below the original message.
Thank you for your time.