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 AppointmentMoveData : Carrier
public AppointmentMoveData()
public virtual int AppointmentId { get; set; }
public virtual EMailConnectionInfo ImapEMailConnectionInfo { get; set; }
public virtual bool IsAlldayEvent { get; set; }
public virtual bool IsFree { get; set; }
public virtual DateTime NewStartTime { get; set; }
public virtual bool SendEmailToParticipants { get; set; }
public virtual EMailConnectionInfo SmtpEMailConnectionInfo { get; set; }
[JsonIgnore] public RecurrenceUpdateMode? UpdateMode { get; set; }
[JsonProperty("UpdateMode")] public string UpdateMode_String { get; set; }
Was this page helpful?