Add(ContactID, NullableRel, ActionParameterSection, FuncVCard, String) | Adds a RelationProperty instance, which is newly initialized using a ContactID that represents a person or organization, to the specified property of the VCard. |
Add(Guid, NullableRel, ActionParameterSection, FuncVCard, String) | Adds a RelationProperty instance, which is newly initialized using a Guid that refers to the vCard of the person or organization via its ContactID property (UID), to the specified property of the VCard. |
Add(Relation, NullableRel, ActionParameterSection, FuncVCard, String) | Adds a RelationProperty instance, which is newly initialized using a Relation instance that encapsulates the data that describes a person or organization with whom a relationship exists, to the specified property of the VCard. |
Add(String, NullableRel, ActionParameterSection, FuncVCard, String) | Adds a RelationProperty instance, which is newly initialized using text that represents a person or organization, to the specified property of the VCard. |
Add(Uri, NullableRel, ActionParameterSection, FuncVCard, String) | Adds a RelationProperty instance, which is newly initialized using a Uri that represents a person or organization, to the specified property of the VCard. |
Add(VCard, NullableRel, ActionParameterSection, FuncVCard, String) | Adds a RelationProperty instance, which is newly initialized using the VCard-object that represents a person or organization, to the specified property of the VCard. |