_Document.SetLetterContent Method
Inserts the contents of the specified LetterContent object into a document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub SetLetterContent ( _
ByRef LetterContent As Object _
)
'Usage
Dim instance As _Document
Dim LetterContent As Object
instance.SetLetterContent(LetterContent)
void SetLetterContent(
ref Object LetterContent
)
Parameters
- LetterContent
Type: System.Object%
Required [LetterContent] object. The LetterContent object that includes the various elements of the letter.
Remarks
This method is similar to the RunLetterWizard method except that it doesn't display the Letter Wizard dialog box. The method adds, deletes, or restyles letter elements in the specified document based on the contents of the LetterContent object.