API Reference

Class

IcsRecurrencePart

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Modifiers sealed

One ordered, forward-compatible RRULE part.

Inheritance

  • Object
  • IcsRecurrencePart

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

Constructors

public IcsRecurrencePart(String name, String value) #

Creates a recurrence part.

Parameters

name System.String requiredposition: 0
value System.String requiredposition: 1

Properties

public String Name { get; set; } #

Part name such as FREQ, BYDAY, or a future registered extension.

public String Value { get; set; } #

Raw part value.