public void addHeader(String name, String value) throws MessagingException {
throw new IllegalWriteException("Write not supported.");
}
public void removeHeader(String name) throws MessagingException {
throw new IllegalWriteException("Write not supported.");
}