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

Types of the task

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

Syntax

C#
public enum TaskTypes
Visual Basic (Declaration)
Public Enumeration TaskTypes
Visual C++
public enum class TaskTypes

Members

Member nameDescription
None
The default value showing that no task type is specified
Telephone
The task type specifying the telephone calls
ToDo
The task type specifying todo list
Email
The task type specifying sending email
Other
The task type not covered by anything above

See Also