Is it possible to change the email subject with an Outlook Web add-in? What about email category or other properties?
Yes, you can change the subject using the Subject.setAsync method. See Mailbox API for more information about APIs.
Also you may find the Understanding the JavaScript API for Office section helpful.