GemBox.Email
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    Event Class

    Namespace:
    GemBox.Email.Calendar
    Assembly:
    GemBox.Email.dll

    Represents a calendar event.

    • C#
    • VB.NET
    public sealed class Event : ICalendarItem
    Public NotInheritable Class Event
        Implements ICalendarItem
    Inheritance:
    System.Object
    Event
    Implements
    ICalendarItem

    Constructors

    Event()

    Initializes a new instance of the Event class.

    • C#
    • VB.NET
    public Event()
    Public Sub New

    Properties

    Attendees

    Gets the attendees.

    • C#
    • VB.NET
    public IList<MailAddress> Attendees { get; }
    Public ReadOnly Property Attendees As IList(Of MailAddress)
    Property Value
    System.Collections.Generic.IList<MailAddress>

    The attendees of the event.

    Categories

    Gets the categories.

    • C#
    • VB.NET
    public IList<string> Categories { get; }
    Public ReadOnly Property Categories As IList(Of String)
    Property Value
    System.Collections.Generic.IList<System.String>

    The categories to which the event belongs.

    Description

    Gets or sets the description.

    • C#
    • VB.NET
    public string Description { get; set; }
    Public Property Description As String
    Property Value
    System.String

    The description of the event.

    End

    Gets or sets the end.

    • C#
    • VB.NET
    public DateTime End { get; set; }
    Public Property End As Date
    Property Value
    System.DateTime

    The end of the event.

    Location

    Gets or sets the location.

    • C#
    • VB.NET
    public string Location { get; set; }
    Public Property Location As String
    Property Value
    System.String

    The location of the event.

    Name

    Gets or sets the name.

    • C#
    • VB.NET
    public string Name { get; set; }
    Public Property Name As String
    Property Value
    System.String

    The name of the event.

    Organizer

    Gets or sets the organizer.

    • C#
    • VB.NET
    public MailAddress Organizer { get; set; }
    Public Property Organizer As MailAddress
    Property Value
    MailAddress

    The organizer of the event.

    Reminders

    Gets the reminders.

    • C#
    • VB.NET
    public ReminderCollection Reminders { get; }
    Public ReadOnly Property Reminders As ReminderCollection
    Property Value
    ReminderCollection

    The reminders associated with the event.

    Repeat

    Gets or sets the frequency.

    • C#
    • VB.NET
    public Frequency Repeat { get; set; }
    Public Property Repeat As Frequency
    Property Value
    Frequency

    The frequency with which will the event repeat.

    RepeatUntil

    Gets or sets the repeat deadline.

    • C#
    • VB.NET
    public DateTime RepeatUntil { get; set; }
    Public Property RepeatUntil As Date
    Property Value
    System.DateTime

    The date until which will the event repeat.

    Start

    Gets or sets the start.

    • C#
    • VB.NET
    public DateTime Start { get; set; }
    Public Property Start As Date
    Property Value
    System.DateTime

    The start of the event.

    Status

    Gets or sets the status.

    • C#
    • VB.NET
    public EventStatus Status { get; set; }
    Public Property Status As EventStatus
    Property Value
    EventStatus

    The current status of the event.

    Implements

    ICalendarItem
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.