Attendee PropertyParticipation Status Property
This property is used to set or get the participation status parameter (STATUS for vCalendar,
PART-STATUS for iCalendar) for the calendar user specified by the property value.
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
This parameter is applicable to vCalendar and iCalendar objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public string? ParticipationStatus { get; set; }VB
Public Property ParticipationStatus As String
Get
SetC++
public:
property String^ ParticipationStatus {
String^ get ();
void set (String^ value);
}F#
member ParticipationStatus : string with get, setProperty Value
StringThis parameter is applicable to vCalendar and iCalendar objects