IJournalAttendees Property
IT Hit WebDAV Classes Reference
Gets attendees 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)
SyntaxIPropertyList<IAttendee> Attendees { get; }
ReadOnly Property Attendees As IPropertyList(Of IAttendee)
Get
property IPropertyList<IAttendee^>^ Attendees {
IPropertyList<IAttendee^>^ get ();
}
abstract Attendees : IPropertyList<IAttendee> with get
Property Value
Type:
IPropertyListIAttendee
Remarkshttp://tools.ietf.org/html/rfc5545#section-3.8.4.1
See Also