_LetterContent.Duplicate Property

Definition

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

public:
 property Microsoft::Office::Interop::Word::LetterContent ^ Duplicate { Microsoft::Office::Interop::Word::LetterContent ^ get(); };
public Microsoft.Office.Interop.Word.LetterContent Duplicate { get; }
member this.Duplicate : Microsoft.Office.Interop.Word.LetterContent
Public ReadOnly Property Duplicate As LetterContent

Property Value

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 object of the same type 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.

Applies to