Return the Session used when this message was created. @return the message's Session @since JavaMail 1.5
()
| 112 | * @since JavaMail 1.5 |
| 113 | */ |
| 114 | public Session getSession() { |
| 115 | return session; |
| 116 | } |
| 117 | |
| 118 | /** |
| 119 | * Returns the "From" attribute. The "From" attribute contains |
no outgoing calls
no test coverage detected