Share via


LetterContent.Duplicate Property (Word)

Returns a read-only LetterContent object that represents the contents of a letter created by the Letter Wizard.

Syntax

expression .Duplicate

expression Required. A variable that represents a LetterContent object.

Remarks

You can use the Duplicate property to pick up the settings of all the properties of a duplicated LetterContent object. You can assign the object returned by the Duplicate property to another LetterContent object to apply those settings all at once. Before assigning the duplicate object to another object, you can change any of the properties of the duplicate object without affecting the original.

See Also

Concepts

LetterContent Object Members

LetterContent Object