You could always just write a text file and name it as a word doc. That way when word opens it through association it will add the proper encoding when the user saves it the next time. Take a look at System.IO.File for the methods to create this file.
How I create Word Document using c#
chris441962