Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class EMailAppointment : Carrier
public EMailAppointment()
public virtual Appointment Appointment { get; set; }
[JsonIgnore] public CalMethod? CalMethod { get; set; }
[JsonProperty("CalMethod")] public string CalMethod_String { get; set; }
public virtual string Comment { get; set; }
public virtual DateTime DtEnd { get; set; }
public virtual DateTime DtStart { get; set; }
public virtual string[] Participants { get; set; }
public virtual int Sequence { get; set; }
public virtual bool Superseded { get; set; }
Was this page helpful?