Posted By:
John_Zukowski
Posted On:
Wednesday, October 10, 2001 09:52 AM
You'll need to subclass MimeMessage and override the updateHeaders() method. In the subclass, call super.updateHeaders(), then set the Message-ID header for your custom header value.
Posted By:
John_Zukowski
Posted On:
Wednesday, October 10, 2001 09:51 AM
You'll need to subclass MimeMessage and override the updateHeaders() method. In the subclass, call super.updateHeaders(), then set the Message-ID header for your custom header value.