_LetterContent.SalutationType Property

Definition

Returns or sets the type of salutation for a letter created by the Letter Wizard.

public:
 property Microsoft::Office::Interop::Word::WdSalutationType SalutationType { Microsoft::Office::Interop::Word::WdSalutationType get(); void set(Microsoft::Office::Interop::Word::WdSalutationType value); };
public Microsoft.Office.Interop.Word.WdSalutationType SalutationType { get; set; }
member this.SalutationType : Microsoft.Office.Interop.Word.WdSalutationType with get, set
Public Property SalutationType As WdSalutationType

Property Value

Remarks

The SalutationType property can be one of the WdSalutationType constants.

Applies to