The javax.mail.Message.getHeader() method is a part of the JavaMail API that can be used to retrieve the value associated with a specific header field from an email message. These header fields contain information such as the sender, recipient, subject, and date of the email. By using the getHeader() method, developers can extract the content of a particular header field to perform further processing or analysis on the email message.
Java Message.getHeader - 15 examples found. These are the top rated real world Java examples of javax.mail.Message.getHeader extracted from open source projects. You can rate examples to help us improve the quality of examples.