_LetterContent.SenderGender Property

Definition

Returns or sets the gender used with the salutation. Not used in the U.S. English version of Microsoft Word.

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

Property Value

Remarks

The SenderGender property can be one of the WdSalutationGender constants. This property may not be available to you, depending on the language support (U.S. English, for example) that you’ve selected or installed.

Applies to