_TaskItem.Assign Method

Definition

Assigns a task and returns a TaskItem object that represents it.

public:
 Microsoft::Office::Interop::Outlook::TaskItem ^ Assign();
public Microsoft.Office.Interop.Outlook.TaskItem Assign ();
Public Function Assign () As TaskItem

Returns

A TaskItem object that represents the task.

Remarks

This method allows a task to be assigned (delegated) to another user. You must create a task before you can assign it, and you must assign a task before you can send it. An assigned task is sent as a TaskRequestItem object.

Applies to