IJournalContacts Property
IT Hit WebDAV Classes Reference
Gets contact information or alternately a reference to contact information associated with the calendar component.
Namespace: ITHit.WebDAV.Calendar.ComponentsAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
SyntaxITextPropertyList<ICalText> Contacts { get; }
ReadOnly Property Contacts As ITextPropertyList(Of ICalText)
Get
property ITextPropertyList<ICalText^>^ Contacts {
ITextPropertyList<ICalText^>^ get ();
}
abstract Contacts : ITextPropertyList<ICalText> with get
Property Value
Type:
ITextPropertyListICalText
Remarkshttp://tools.ietf.org/html/rfc5545#section-3.8.4.2
See Also