Share via


TaskType.IsAssignmentEditable Property

The IsAssignmentEditable property gets or sets an integer value that represents the task type.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property IsAssignmentEditable As Integer
    Get
    Set
'Usage
Dim instance As TaskType
Dim value As Integer

value = instance.IsAssignmentEditable

instance.IsAssignmentEditable = value
public int IsAssignmentEditable { get; set; }

Property Value

Type: System.Int32
The IsAssignmentEditable property returns an integer value that represents the task type.

Remarks

The following table lists possible values for the IsAssignmentEditable property.

Value

Description

0

The default for all task items.

1

A task request.

2

A task acceptance from a recipient of a task.

3

A task declination from a recipient of a task.

4

An update to a previous task request.

5

Not used.