API Reference

Class

VCardComponentExtensions

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Modifiers static

Typed text and group helpers over the lossless vCard property model.

Inheritance

  • Object
  • VCardComponentExtensions

Methods

public static ContentLineProperty AddVCardText(ContentLineComponent card, String propertyName, String value) #
Returns: ContentLineProperty

Adds a repeated escaped text property.

Parameters

card OfficeIMO.Email.ContentLineComponent requiredposition: 0
propertyName System.String requiredposition: 1
value System.String requiredposition: 2
public static String DecodeText(String value) #
Returns: String

Decodes vCard TEXT escaping.

Parameters

value System.String requiredposition: 0
public static String EncodeText(String value) #
Returns: String

Encodes a vCard TEXT value.

Parameters

value System.String requiredposition: 0
public static String GetVCardText(ContentLineComponent card, String propertyName) #
Returns: String

Returns the first property value with vCard text escaping decoded.

Parameters

card OfficeIMO.Email.ContentLineComponent requiredposition: 0
propertyName System.String requiredposition: 1
public static ContentLineProperty SetVCardText(ContentLineComponent card, String propertyName, String value) #
Returns: ContentLineProperty

Creates or replaces one escaped text property.

Parameters

card OfficeIMO.Email.ContentLineComponent requiredposition: 0
propertyName System.String requiredposition: 1
value System.String requiredposition: 2