Hi all,
I have created an outlook addin and added toolbar on an inspector open event in inspector.
When user click on a button on toolbar, new modal form gets opened on top of inspector .
If user clicks on send button of inspector and closes the model form then send email event...
Hi all,
I have programmatically created new pstStore. This pstStore is visible to end user. How can hide this pstStore. Addin is on Outlook 2003 in C#.
_pstStore = oSession.Stores.AddPSTStore(....,...,...);
Thanks,
Regards,
Nitin
Hi all,
I am developing outlook plug-in for outlook 2007. I have created programmatic- ally rule and it works fine.This rule can see in 'Rules and Alert' window.Can user hide this rule? or how can create hidden rule and set it's execution order first?
Thanks in advance.
Hi All,
I have created outlook addin for outlook 2003 in vsto-2008. When I have tried to allow property 'allowDrag' to textbox it gives runtime exception "dragdrop registration did not succeed". I have searched on net, got suggestion to use threading.
Thread t = new Thread(new...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.