TaskSuggestion.Assignees Property
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.
Gets the names of the people assigned to the proposed task. The Assignees property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public:
property Microsoft::Exchange::WebServices::Data::EmailUserEntityCollection ^ Assignees { Microsoft::Exchange::WebServices::Data::EmailUserEntityCollection ^ get(); };
public Microsoft.Exchange.WebServices.Data.EmailUserEntityCollection Assignees { get; }
Public ReadOnly Property Assignees As EmailUserEntityCollection
Property Value
The names of the task suggestion assignees.