How to set Default value thru office connector

オフライン

Hi,

I have to set default value for some of the properties thru office connector, I tried in "MSO_SaveDocument" this method, but value is not getting set on document. (I don't want to map this property with office connector).

itemToSave.setProperty("name","Auto Generated");
itemToSave.setProperty("language","en");

itemToSave = itemToSave.apply();

Is there any other approach.

Regards,

Maddy.