[This is preliminary documentation and is subject to change.]

Determines whether the new emails are checked when the email application is started

Namespace:  OfficeClip.BusinessLayer.Desktop.Email
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public bool IsCheckOnStart { get; set; }
Visual Basic (Declaration)
Public Property IsCheckOnStart As Boolean
Visual C++
public:
property bool IsCheckOnStart {
	bool get ();
	void set (bool value);
}

See Also