scripting:api:list-pane:create-item

Action unknown: addtobook

CreateItem

Method of IListPane

Create new line item (not added to the list)

var ppItem = ListPane.CreateItem();
ppItem = ListPane.CreateItem
CComPtr<IListItem> pItem;
HRESULT hr = ListPane.CreateItem(&pItem);