Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Returns or sets the type of salutation for a letter created by the Letter Wizard. Read/write WdSalutationType.
Syntax
expression .SalutationType
expression Required. A variable that represents a LetterContent object.
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.SalutationType = wdSalutationBusiness
Documents.Add.RunLetterWizard _
LetterContent:=myContent, WizardMode:=True