API Reference

Class

ContentLineParameter

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Modifiers sealed

One named parameter attached to an iCalendar or vCard content line.

Inheritance

  • Object
  • ContentLineParameter

Usage

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

Constructors

ContentLineParameter 2 overloads
public ContentLineParameter(String name) #

Creates an empty parameter with the supplied name.

Parameters

name System.String requiredposition: 0
public ContentLineParameter(String name, params String[] values) #

Creates a parameter with one or more values.

Parameters

name System.String requiredposition: 0
values System.String[] requiredposition: 1

Properties

public String Name { get; set; } #

Parameter name. Names are compared case-insensitively by lookup helpers.

public IList<String> Values { get; } #

Ordered parameter values.