VCardBuilderNonStandards Property

vCard-Properties that don't belong to the standard.

Definition

Namespace: FolkerKinzel.VCards
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public NonStandardBuilder NonStandards { get; }

Property Value

NonStandardBuilder

Remarks

NonStandards contains all vCard properties that could not be evaluated, when parsing the vCard. To serialize the content of NonStandards into a VCF file, the flag WriteNonStandardProperties has to be set.

Some NonStandardProperty objects are automatically added to the VCF file, if there is no standard equivalent for it. You can control this behavior with VcfOpts. It is therefore not recommended to assign NonStandardProperty objects with these Keys to this property.

These vCard properties are the following:

KeyProperty of the VCardBuilder class
X-ABLabelABLabels
X-AIMMessengers
X-ANNIVERSARYAnniversaryViews
X-EVOLUTION-SPOUSERelations
X-EVOLUTION-ANNIVERSARYAnniversaryViews
X-GADUGADUMessengers
X-GENDERGenderViews
X-GOOGLE-TALKMessengers
X-GROUPWISEMessengers
X-GTALKMessengers
X-ICQMessengers
X-JABBERMessengers
X-KADDRESSBOOK-X-ANNIVERSARYAnniversaryViews
X-KADDRESSBOOK-X-IMADDRESSMessengers
X-KADDRESSBOOK-X-SPOUSENAMERelations
X-MS-IMADDRESSMessengers
X-MSNMessengers
X-SKYPEMessengers
X-SKYPE-USERNAMEMessengers
X-SOCIALPROFILESocialMediaProfiles
X-SPOUSERelations
X-TWITTERMessengers
X-WAB-GENDERGenderViews
X-WAB-WEDDING_ANNIVERSARYAnniversaryViews
X-WAB-SPOUSE_NAMERelations
X-YAHOOMessengers

See Also