CardKind Enumeration
This enumerated type defines the various vCard kinds for the
KindProperty class
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
[SerializableAttribute]
public enum CardKind
<SerializableAttribute>
Public Enumeration CardKind
[SerializableAttribute]
public enum class CardKind
[<SerializableAttribute>]
type CardKind
None | 0 |
No type defined
|
Individual | 1 |
An individual
|
Group | 2 |
A group
|
Organization | 3 |
An organization
|
Location | 4 |
A location
|
Other | 5 |
Indicates some other type of vCard
|