DCSIMG
Office 2007 - IronShay

Browse by Tags

All Tags » Office 2007 (RSS)

Mail Scheduler for Outlook 2007

I’ve just finished uploading my first codeplex entry! What is Mail Scheduler for Outlook 2007? It is a small addin for Outlook 2007. Its target is simple – help delay the mail send to a “customer-friendly” time. For example, you’re working late and you’ve just finished writing an important email to your customers. It’s already midnight and sending the mail now might generate some “it’s weird” impressions on your customers faces once the read it. This is where Mail Scheduler comes to aid! click the...
Posted by shayf | 2 comment(s)
תגים:,

Presentation, code and resources from my session at the Office User Group

First I'd like to thank everyone who attended my session at the Office User Group, it was a great fun! I'm going to write some more posts soon that will each target a specific subject from the session. So stay tuned! The files from the session: The presentation The university example code - extract the archive to C:\OfficeUGDemos and everything should work. You must have VS 2008 and .Net 3.5 installed in order to open, build and run these demos. Some Q&A from the session Q: Can I add...
Posted by shayf | with no comments

When The Whole is Greater Than The Sum of Its Parts

I did a lecture earlier this week about the design behind VSTO 3.0 Ribbon. This is the follow-up post with detailed information and a complete demo. Presentation: download Demo project: download In order to run the demo, open it in VS2008, build the setup project and install it, then run Word 2007. How to extend the Office 2007 Ribbon? In order to define a custom ribbon, you should construct an xml file that describes the controls you want to present there. For example, a ribbon xml file can be like...