API Reference
Class
EmailScheduleEvent
Entry for EmailScheduleList.
Inheritance
- Object
- EmailScheduleEvent
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property EmailScheduleList.Events
Accepted by parameters
- Method EmailScheduleCard.AddEvent
- Method EmailScheduleList.AddEvent
Constructors
public EmailScheduleEvent() #Inherited Methods
Properties
public String StartTime { get; set; } #Start time string (e.g. "10:00 AM").
public String Duration { get; set; } #Duration string (e.g. "1h 30m").
public String Subtitle { get; set; } #Subtitle (person, location, etc.).
public String Href { get; set; } #Optional link for title.
public String AvatarSource { get; set; } #Avatar image source.
public String AvatarInitials { get; set; } #Avatar fallback initials.
public String AvatarHref { get; set; } #Optional avatar link.
public String TagText { get; set; } #Optional tag text (right column).
public String TagBackgroundColor { get; set; } #Optional tag background color.
public String TagColor { get; set; } #Optional tag text color.