Get all the headers for this header name. Returns null if no headers for this header name are available. @param header_name the name of this header @return the value fields for all headers with this name @exception MessagingException for failures
(String header_name)
| 373 | * @exception MessagingException for failures |
| 374 | */ |
| 375 | public String[] getHeader(String header_name) |
| 376 | throws MessagingException; |
| 377 | |
| 378 | /** |
no outgoing calls
no test coverage detected