Office Add-ins Jobs
I need an add-in to sync pop3 account sent items with imap account sent items in microsoft outlook, and the add-in should be able to protect the imap "inbox" and imap "sent items" if the current user wants to delete email message from imap account
We want a button in the Outlook bar (an add-in). It should say "Report Phishing" and shows our logo. When the user clicks on that button: - Take the open email, or the selected emails. - For each of them: -- take the subject (1); take the email body, and remove all links and attachments (2). -- move the email to the Junk folder. -- send an email to support@ with the subject "Phishing Report" and the body with (1) and (2). - End. Also, we want that button published in the Microsoft AppSource, so our users can find the add-in and install it from there.