API Reference

Class

ContentLineProperty

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Modifiers sealed

One ordered property in an iCalendar component or vCard.

Inheritance

  • Object
  • ContentLineProperty

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

public ContentLineProperty(String name, String value = "") #

Creates a property with its raw, still format-escaped value.

Parameters

name System.String requiredposition: 0
value System.String = "" optionalposition: 1

Methods

public ContentLineParameter GetParameter(String name) #
Returns: ContentLineParameter

Returns the first parameter matching name.

Parameters

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

Replaces every matching parameter with one parameter containing the supplied values.

Parameters

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

Properties

public String Group { get; set; } #

Optional vCard property group.

public String Name { get; set; } #

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

public IList<ContentLineParameter> Parameters { get; } #

Ordered parameters, including repeated parameter names.

public String Value { get; set; } #

Raw property value after the first unquoted colon.