Document.GetLetterContent Method
Word Developer Reference |
Retrieves letter elements from the specified document and returns a LetterContent object.
Syntax
expression.GetLetterContent
expression Required. A variable that represents a Document object.
Return Value
LetterContent
Example
This example displays the salutation and recipient name from the letter in the active document.
Visual Basic for Applications |
---|
|
This example retrieves letter elements from the active document, changes the list of carbon copy (CC) recipients by setting the CClist property, and then uses the SetLetterContent method to update the active document to reflect the changes.
Visual Basic for Applications |
---|
|
See Also