LetterContent.RecipientName property (Word)

Returns or sets the name of the person who'll be receiving the letter created by the Letter Wizard. Read/write String.

Syntax

expression. RecipientName

expression An expression that returns a 'LetterContent' object.

Example

This example displays the salutation and recipient name for the active document.

MsgBox ActiveDocument.GetLetterContent.Salutation _ 
 & Space(1) & ActiveDocument.GetLetterContent.RecipientName

See also

LetterContent Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.