API Reference
Class
VCardComponentExtensions
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:
ContentLinePropertyAdds a repeated escaped text property.
Parameters
- card OfficeIMO.Email.ContentLineComponent
- propertyName System.String
- value System.String
public static String DecodeText(String value) #Returns:
StringDecodes vCard TEXT escaping.
Parameters
- value System.String
public static String EncodeText(String value) #Returns:
StringEncodes a vCard TEXT value.
Parameters
- value System.String
public static String GetVCardText(ContentLineComponent card, String propertyName) #Returns:
StringReturns the first property value with vCard text escaping decoded.
Parameters
- card OfficeIMO.Email.ContentLineComponent
- propertyName System.String
public static ContentLineProperty SetVCardText(ContentLineComponent card, String propertyName, String value) #Returns:
ContentLinePropertyCreates or replaces one escaped text property.
Parameters
- card OfficeIMO.Email.ContentLineComponent
- propertyName System.String
- value System.String
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object