Welcome to Peter's Webplace Sign in | Join | Help

November 2004 - Posts

Research Services: Vote from Office 2003

What are Research Services ?   A research service is a resource for users to look up information about words or phrases in a Microsoft® Office 2003 application or in Microsoft Internet Explorer. Results of a search are displayed in the Research
posted by peterj | 0 Comments
Filed Under:

Creating Outlook appointments with C#

First thing you need to do is add a reference to Microsoft Outlook 11.0 Object Library. Then, create new instance of Outlook.Application object: Outlook.Application outlookApp = new Outlook.Application (); Next, create an instance of AppointmentItem object
posted by peterj | 0 Comments

Change the content and UI language at Office Online

When you go to url: http://office.microsoft.com the url changes, depending on your language settings e.g.: http://office.microsoft.com/en-us/default.aspx (for US English).Now try selecting some templates. Suppose you select Templates and then
posted by peterj | 0 Comments
Filed Under:

Programming Outlook with C#

How to create Outlook 2003 items in C# ? For accesing Office 2003 you'll need the Office XP primary interop assemblies (you can download them here). Once you got them you can start programming Office programs with C# :). So, start up MS Visual C#.NET
posted by peterj | 0 Comments
Filed Under: