Tip
When working with the enum use the extension methods from the RelExtension class.
[FlagsAttribute]
public enum Rel
<FlagsAttribute>
Public Enumeration Rel
[FlagsAttribute]
public enum class Rel
[<FlagsAttribute>]
type Rel
Contact | 1 | contact: Someone you know how to get in touch with. Often symmetric. |
Acquaintance | 2 | acquaintance: Someone who you have exchanged greetings and not much (if any) more — maybe a short conversation or two. Often symmetric. |
Friend | 4 | friend: Someone you are a friend to. A compatriot, buddy, home(boy|girl) that you know. Often symmetric. |
Met | 8 | met: Someone who you have actually met in person. Symmetric. |
CoWorker | 16 | co-worker: Someone a person works with, or works at the same organization as. Symmetric. Usually transitive. |
Colleague | 32 | colleague: Someone in the same field of study/activity. Symmetric. Often transitive. |
CoResident | 64 | co-resident: Someone you share a street address with. Symmetric and transitive. |
Neighbor | 128 | neighbor: Someone who lives nearby, perhaps only at an adjacent street address or doorway. Symmetric. Often transitive. |
Child | 256 | child: A person's genetic offspring, or someone that a person has adopted and takes care of. Inverse is parent. |
Parent | 512 | parent: Elternteil: Das Gegenteil von Child. |
Sibling | 1,024 | sibling: Someone a person shares a parent with. Symmetric. Usually transitive. |
Spouse | 2,048 | spouse: Someone you are married to. Symmetric. Not transitive. |
Kin | 4,096 | kin: A relative, someone you consider part of your extended family. Symmetric and typically transitive. |
Muse | 8,192 | muse: Someone who brings you inspiration. No inverse. |
Crush | 16,384 | crush: Someone you have a crush on. No inverse. |
Date | 32,768 | date: Someone you are dating. Symmetric. Not transitive. |
Sweetheart | 65,536 | sweetheart: Someone with whom you are intimate and at least somewhat committed, typically exclusively. Symmetric. Not transitive. |
Me | 131,072 | me: A link to yourself at a different URL. Exclusive of all other XFN values. Required symmetric. There is an implicit "me" relation from the contents of a directory to the directory itself. |
Agent | 262,144 | agent: An entity who may sometimes act on behalf of the entity associated with the vCard. |
Emergency | 524,288 | emergency: Indicates an emergency contact. |