I am using the Word 2003 API/COM to do some word document stuff. I want to be able to dispose a class correctly - this class will deal with all word/COM related stuff and want to dispose of it correctly.

how would I implement this? I know I can implement the IDisposable interface but after this, then what? Whats the correct procedure of disposing of the Word COM references?