Prevent group rename in Outlook 2013 in VSTO Addin -


i developing vsto addin in visual studio 2013 outlook 2013. add own group few of ribbons, such home tab in explorer view.
prevent renaming group. users can use customize ribbon feature in outlook manage groups , commands , can rename, move, or remove group customizing it. there way can attach event , prevent user renaming group (i prefer able prevent them removing/hiding group too). have looked through outlook 2013 object model list , cannot find relevant events attach to. don't see group objects or looks relevant.

is there way can attach event , prevent user renaming group

the fluent ui (aka ribbon ui) nor outlook object model doesn't provide that.

you may consider hiding button in outlook (on backstage ui) showing options dialog instead.


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -