Edit

Share via


_TaskItem.Owner Property

Definition

Returns or sets a String (string in C#) indicating the owner for the task.

public:
 property System::String ^ Owner { System::String ^ get(); void set(System::String ^ value); };
public string Owner { get; set; }
Public Property Owner As String

Property Value

Remarks

This is a free-form string field. Setting this property to someone other than the current user does not have the effect of delegating the task. Read/write if the task is stored on the Exchange Server public folder. Read-only if it's stored in a user's mailbox or personal folders file.

Applies to