shouldExpire
A Boolean value that determines whether the message should expire after being read.
Declaration
var shouldExpire: Bool { get set }Discussion
If true, the message should expire after it is read. Expired messages are deleted a short time after being read by the recipient. The recipient may opt to keep the message.
The shouldExpire property defaults to false.