简体   繁体   中英

Disable Reply and Reply to all outlook options in Java

My application is Java based web application and I have a requirement here to send private email to the employee of the organization. Here I need to disable Reply , Reply to all and forward options on Outlook. As per my understanding these things can be done through manipulating macros but I'm not sure if we can do this through Java code or not. I'm looking for you valuable suggestions here.

I have just started working over it but could not find any generic solution over it.

Thanks in advance. I have s

If this was possible, then this would be a huge security issue!

Gladly it is not possible and you cannot manipulate a recipients Outlook by sending him an email containing macros.

This is easy to answer as "not possible", because this would be a security issue if person A could manipulate the Outlook of person B by sending an email to person B.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM