Message.getFilteredEntitiesByName method (apps for Office)
apps for SharePoint
Published: February 26, 2013
Returns well-known entities that pass the named filter defined in the manifest XML file.
var matches = Office.context.mailbox.item.getFilteredEntitiesByName(name);
A list of entities containing the entities that match the regular expression defined in the manifest XML file.
The getFilteredEntitiesByName method returns the entities that match the regular expression defined in the ItemHasKnownEntity rule element in the manifest XML file with the specified FilterName element value.
|
Supported clients |
Outlook 2013 and Outlook Web App |
|
Library |
Outlook-15.js, OutlookWebApp-15.js |
|
Namespace |
Office |