BoxResetOnNextSync Property |
Reset is pending: true = next sync should delete and retrieve again all messages; false = no pending reset. [Required] [Default(false)] [Filter(eq)] [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Mail
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool ResetOnNextSync { get; set; }
Public Property ResetOnNextSync As Boolean
Get
Set
public:
property bool ResetOnNextSync {
bool get ();
void set (bool value);
}
member ResetOnNextSync : bool with get, set
Property Value
Type:
Boolean
See Also