Kind Enumeration

Named Constants to specify the type of object the vCard represents.

Definition

Namespace: FolkerKinzel.VCards.Enums
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public enum Kind

Members

Individual0INDIVIDUAL: The vCard represents a single person or entity. (Default) 4
Group1GROUP: The vCard represents a group of persons or entities. 4
Organization2ORGANIZATION: The vCard represents an organization. 4
Location3LOCATION: The vCard represents a named geographical place. 4
Application4APPLICATION: The vCard represents a software application such as a server, an online service (e.g., a chat room), or an automated software bot. (4 - RFC 6473)

See Also