API Reference

Class

IcsRecurrenceRule

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Modifiers sealed

Parsed recurrence rule that retains unknown rule parts in source order.

Inheritance

  • Object
  • IcsRecurrenceRule

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

Methods

public String GetValue(String name) #
Returns: String

Returns the first matching rule part value.

Parameters

name System.String requiredposition: 0
public static IcsRecurrenceRule Parse(String value) #
Returns: IcsRecurrenceRule

Parses an RRULE value without discarding unknown parts.

Parameters

value System.String requiredposition: 0
public Void SetValue(String name, String value) #
Returns: Void

Replaces a rule part, or removes it when value is null.

Parameters

name System.String requiredposition: 0
value System.String requiredposition: 1
public override String ToString() #
Returns: String

Serializes the recurrence rule in its current part order.

Properties

public IList<IcsRecurrencePart> Parts { get; } #

Ordered recurrence rule parts.

public String Frequency { get; set; } #

FREQ value.

public Nullable<Int32> Count { get; set; } #

COUNT value when present and valid.

public Nullable<Int32> Interval { get; set; } #

INTERVAL value when present and valid.