VCardGramGenders Property

GRAMGENDER: Defines which grammatical gender to use in salutations and other grammatical constructs. 4 - RFC 9554

Definition

Namespace: FolkerKinzel.VCards
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public IEnumerable<GramProperty?>? GramGenders { get; set; }

Property Value

IEnumerableGramProperty

Remarks

This property defines the grammatical gender that the contact prefers to be addressed by or referred to as in written or spoken form. For example, the German language distinguishes by grammatical gender in salutations such as "Sehr geehrte" (feminine) and "Sehr geehrter" (masculine). Multiple occurrences of this property MUST be distinguished by the LANGUAGE parameter.

See Also