I'm trying to find a way to share my presentation on my WPF application based on Lync SDK. But so far, I couldn't found a way.
AutomationModailities class only supports audio, video, text and file sharing. There are no Lync related buttons for sharing presentation on Toolbox neither.
What I want to achieve is this, programmatically on the codebehind. Like when user clicks on a button created dynamically on my WPF application it will do the same effect as this;

Any help is appreciated! Thanks!