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
public int IsAssignmentEditable { get; set; }
public:
property int IsAssignmentEditable {
    int get ();
    void set (int value);
}
/** @property */
public int get_IsAssignmentEditable ()

/** @property */
public void set_IsAssignmentEditable (int value)
public function get IsAssignmentEditable () : int

public function set IsAssignmentEditable (value : int)

Property Value

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)