Link to home
Start Free TrialLog in
Avatar of Marcos Santo
Marcos SantoFlag for Netherlands

asked on

Office 365 Subject

Is there a way to search for e-mails / calendar items with a specific word in it like "registered" and remove that line only and keep the rest of the subject
Exchange / Office365
Example : [REGISTERED] - Realsubject
Remove the [REGISTERED] and keep Realsubject

Thanks in advance!
Avatar of Vasil Michev (MVP)
Vasil Michev (MVP)
Flag of Bulgaria image

There's no built-in functionality that will do this, you will have to code your own solution using the EWS or REST API.
ASKER CERTIFIED SOLUTION
Avatar of Shaun Vermaak
Shaun Vermaak
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Marcos Santo

ASKER

Thanks all for responding. Our Programmer will have a look at this later this week. Probably. Wednesday.
It looks like we are able to solve this problem by using some parts of your code. Thanks!