TaskSuggestion object (apps for Office)
apps for SharePoint
Published: February 26, 2013
Represents a suggested task identified in an item.
Office.context.mailbox.item.getEntities().taskSuggestions; Office.context.mailbox.item.getEntitiesByType(EntityType.TaskSuggestion).taskSuggestions;
Properties
|
Property name |
Description |
|---|---|
|
Gets the list of people that should be assigned the task. |
|
|
Gets the text that was identified as a task suggestion. |
The list of tasks suggested in an email message is returned in the taskSuggestions property of the Entities object that is returned when you call the getEntities or getEntitiesByType method on the active item.
|
Supported clients |
Outlook 2013 and Outlook Web App |
|
Library |
Outlook-15.js, OutlookWebApp-15.js |
|
Namespace |
Office |