hashCode

open override fun hashCode(): Int(source)

Calculates the hash code for the Message object. The hash code is calculated based on the values of the object's id, piuri, from, to, fromPrior, body, extraHeaders, createdTime, expiresTimePlus, attachments, thid, pthid, and ack properties. If any of these properties is null, it is treated as 0 in the calculation.

Return

The hash code for the Message object.