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

    Show / Hide Table of Contents

    ICalendarItem Interface

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

    Represents an item (activity) in a calendar.

    • C#
    • VB.NET
    public interface ICalendarItem
    Public Interface ICalendarItem

    Properties

    Attendees

    Gets the attendees.

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

    The attendees of the item.

    Categories

    Gets the categories.

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

    The categories to which the item belongs.

    Description

    Gets or sets the description.

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

    The description of the item.

    End

    Gets or sets the end.

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

    The end of the item.

    Location

    Gets or sets the location.

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

    The location of the item.

    Name

    Gets or sets the name.

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

    The name of the item.

    Organizer

    Gets or sets the organizer.

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

    The organizer of the item.

    Repeat

    Gets or sets the frequency.

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

    The frequency with which will the item repeat.

    RepeatUntil

    Gets or sets the repeat deadline.

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

    The date until which will the item repeat.

    Start

    Gets or sets the start.

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

    The start of the item.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.