This topic has not yet been rated - Rate this topic

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

assignees

Gets the list of people that should be assigned the task.

taskString

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.