VCardMessengers Property

IMPP: Instant messenger handles. (3,4)

Definition

Namespace: FolkerKinzel.VCards
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.2.0+a3997783578d19ef70b23d32085936c13ed21656
C#
public IEnumerable<TextProperty?>? Messengers { get; set; }

Property Value

IEnumerableTextProperty

Remarks

Value should specify a URI for instant messaging and presence protocol communications with the object the VCard represents. If the URI can be used for voice and/or video, the Phones property SHOULD be used in addition to this property.

See Also