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

    Show / Hide Table of Contents

    Reminder Class

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

    Represents a reminder of the task or event.

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

    Constructors

    Reminder()

    Initializes a new instance of the Reminder class.

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

    Properties

    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 task.

    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 reminder.

    ReminderAction

    Gets or sets the reminder action.

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

    The type of action that reminder should execute.

    ReminderAttendees

    Gets the reminder attendees.

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

    MailAddresss of the people which will be notified if ReminderAction is Email.

    TriggerBeforeStart

    Gets or sets the trigger before start.

    • C#
    • VB.NET
    public TimeSpan? TriggerBeforeStart { get; set; }
    Public Property TriggerBeforeStart As TimeSpan?
    Property Value
    System.Nullable<System.TimeSpan>

    Time span specifying how long before the start of the parent item (event or task) will the reminder be triggered.

    Exceptions
    System.InvalidOperationException

    TriggerBeforeStart is null or empty.

    TriggerDate

    Gets or sets the trigger date.

    • C#
    • VB.NET
    public DateTime? TriggerDate { get; set; }
    Public Property TriggerDate As Date?
    Property Value
    System.Nullable<System.DateTime>

    Date when the reminder will be triggered.

    Exceptions
    System.InvalidOperationException

    TriggerDate is null or empty.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.