WdSalutationGender Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the gender to use in a salutation.
public enum class WdSalutationGender
[System.Runtime.InteropServices.Guid("B4DDD66F-48BF-33C4-B074-F0D61992E186")]
public enum WdSalutationGender
type WdSalutationGender =
Public Enum WdSalutationGender
- Inheritance
-
WdSalutationGender
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdGenderFemale | 0 | Female gender. |
wdGenderMale | 1 | Male gender. |
wdGenderNeutral | 2 | Neutral gender. |
wdGenderUnknown | 3 | Unknown gender. |