CardKind Enumeration

This enumerated type defines the various vCard kinds for the KindProperty class

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
[SerializableAttribute]
public enum CardKind

Members

None0 No type defined
Individual1 An individual
Group2 A group
Organization3 An organization
Location4 A location
Other5 Indicates some other type of vCard

See Also