Attendee PropertyDelegated From Property
This property is used to set or get the "delegated from" (DELEGATED-FROM) parameters for the calendar
user specified by the property value. There can be more than one delegate.
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
This parameter is only applicable to iCalendar 2.0 objects. If the collection is empty, there are no delegates.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public StringCollection DelegatedFrom { get; }VB
Public ReadOnly Property DelegatedFrom As StringCollection
GetC++
public:
property StringCollection^ DelegatedFrom {
StringCollection^ get ();
}F#
member DelegatedFrom : StringCollection with getProperty Value
StringCollectionThis parameter is only applicable to iCalendar 2.0 objects. If the collection is empty, there are no delegates.