True when the message was read by the user. [Required] [Default(false)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Mail
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsRead { get; set; }
Public Property IsRead As Boolean
Get
Set
public:
property bool IsRead {
bool get ();
void set (bool value);
}
member IsRead : bool with get, set
Property Value
Type:
Boolean
See Also