ICard4ContactLanguages Property
IT Hit WebDAV Classes Reference
Specifies the language(s) that may be used for contacting.
Namespace: ITHit.WebDAV.CardAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
SyntaxITextPropertyList<IContactLanguage4> ContactLanguages { get; }
ReadOnly Property ContactLanguages As ITextPropertyList(Of IContactLanguage4)
Get
property ITextPropertyList<IContactLanguage4^>^ ContactLanguages {
ITextPropertyList<IContactLanguage4^>^ get ();
}
abstract ContactLanguages : ITextPropertyList<IContactLanguage4> with get
Property Value
Type:
ITextPropertyListIContactLanguage4
Remarkshttp://tools.ietf.org/html/rfc6350#section-6.4.4
See Also