How to move an appointment item from one to another shared calendar in Outlook custom form’s Script

You can use the following code to move the current appointment item from one calendar to shared calendar, let’s say you are working on Appointment custom form and want to move the current item to another exchange server’s shared calendar. You can use Item.Move function on the Item_write() procedure in the custom form’s vb script. Continue reading “How to move an appointment item from one to another shared calendar in Outlook custom form’s Script”

Read inbuilt document properties of word document in C#

Word document properties are the details which describe the identity of a word document. In this article we will discuss about how to read document properties of any word document in C#.  Every word document has some inbuilt properties and custom properties such as Title, subject, category, Author and comments etc. In Ms-Word application, you can see or edit the document properties by opening Advance Document properties window just like if you are working on word 2010 you will see this like:

Advance properties in word 2010

Continue reading “Read inbuilt document properties of word document in C#”