VCardMessengers Property
IMPP: Instant messenger handles. (3,4)
Namespace: FolkerKinzel.VCardsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
public IEnumerable<TextProperty?>? Messengers { get; set; }
Public Property Messengers As IEnumerable(Of TextProperty)
Get
Set
public:
property IEnumerable<TextProperty^>^ Messengers {
IEnumerable<TextProperty^>^ get ();
void set (IEnumerable<TextProperty^>^ value);
}
member Messengers : IEnumerable<TextProperty> with get, set
Property Value
IEnumerableTextProperty 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.