Re: How to get message id of the mail that is sent (not read)
Posted By:
John_Zukowski
Posted On:
Wednesday, February 27, 2002 04:10 PM
You'll need to subclass MimeMessage and get the id from the subclass after the header has been created. I believe you'll be able to get the generated header/id from updateHeaders().