Sets the received date (it's not part of the RFC 822 headers).
()
| 43 | |
| 44 | /** Sets the received date (it's not part of the RFC 822 headers). */ |
| 45 | public native Date receivedDate(); |
| 46 | /** Returns the received date (it's not part of the RFC 822 headers). */ |
| 47 | public native void setReceivedDate(Date date); |
| 48 |
no outgoing calls
no test coverage detected