I have no idea about VBA or Outlook, but maybe a hint about the API helps. There is a query parameter called is_todo (API reference). It needs to be set when creating the note.

You could try to add is_todo: 1 just like adding title, parent_id and body_html (not sure how the quotation marks should be).

1 Like