public IEnumerable<NonStandardProperty?>? NonStandards { get; set; }
Public Property NonStandards As IEnumerable(Of NonStandardProperty)
Get
Set
public:
property IEnumerable<NonStandardProperty^>^ NonStandards {
IEnumerable<NonStandardProperty^>^ get ();
void set (IEnumerable<NonStandardProperty^>^ value);
}
member NonStandards : IEnumerable<NonStandardProperty> with get, set
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:
Key | Property of the VCard class |
---|---|
X-ABLabel | ABLabels |
X-AIM | Messengers |
X-ANNIVERSARY | AnniversaryViews |
X-EVOLUTION-SPOUSE | Relations |
X-EVOLUTION-ANNIVERSARY | AnniversaryViews |
X-GADUGADU | Messengers |
X-GENDER | GenderViews |
X-GOOGLE-TALK | Messengers |
X-GROUPWISE | Messengers |
X-GTALK | Messengers |
X-ICQ | Messengers |
X-JABBER | Messengers |
X-KADDRESSBOOK-X-ANNIVERSARY | AnniversaryViews |
X-KADDRESSBOOK-X-IMADDRESS | Messengers |
X-KADDRESSBOOK-X-SPOUSENAME | Relations |
X-MS-IMADDRESS | Messengers |
X-MSN | Messengers |
X-SKYPE | Messengers |
X-SKYPE-USERNAME | Messengers |
X-SOCIALPROFILE | SocialMediaProfiles |
X-SPOUSE | Relations |
X-TWITTER | Messengers |
X-WAB-GENDER | GenderViews |
X-WAB-WEDDING_ANNIVERSARY | AnniversaryViews |
X-WAB-SPOUSE_NAME | Relations |
X-YAHOO | Messengers |