VEventAttendees Property
This is used to get the Attendee (ATTENDEE) properties. There may be more than one.
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
If the returned collection is empty, there are no attendee properties for the object
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public AttendeePropertyCollection Attendees { get; }VB
Public ReadOnly Property Attendees As AttendeePropertyCollection
GetC++
public:
property AttendeePropertyCollection^ Attendees {
AttendeePropertyCollection^ get ();
}F#
member Attendees : AttendeePropertyCollection with getProperty Value
AttendeePropertyCollectionIf the returned collection is empty, there are no attendee properties for the object