Salutation Property
Applies To
LetterContent object.
Description
Returns or sets the salutation text for a letter created by the Letter Wizard. Read/write String.
See Also
Closing property, GetLetterContent method, RecipientReference property, SalutationType property, SetLetterContent method.
Example
This example creates a new LetterContent object, sets several properties (including the salutation text), and then runs the Letter Wizard by using the RunLetterWizard method.
Set myContent = New LetterContent
myContent.Salutation ="Hello,"
Documents.Add.RunLetterWizard LetterContent:=myContent