_TaskItem.Assign Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.