Organizer PropertySent By Property
This property is used to set or get the sent-by (SENT-BY) parameter that specifies the calendar user
that is acting on behalf of 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 only applicable to iCalendar 2.0 objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public string? SentBy { get; set; }VB
Public Property SentBy As String
Get
SetC++
public:
property String^ SentBy {
String^ get ();
void set (String^ value);
}F#
member SentBy : string with get, setProperty Value
StringThis parameter is only applicable to iCalendar 2.0 objects