Overload List
Name | Description | |
---|---|---|
vCardProperty()()()() |
Creates a blank vCardProperty object.
| |
vCardProperty(String) |
Creates a vCardProperty object
with the specified name and a null value.
| |
vCardProperty(String, array<Byte>[]()[][]) |
Creates a vCardProperty with the
specified name and a byte array as a value.
| |
vCardProperty(String, DateTime) |
Creates a vCardProperty with
the specified name and date/time as a value.
| |
vCardProperty(String, String) |
Creates a vCardProperty object with the
specified name and value.
| |
vCardProperty(String, vCardValueCollection) |
Initializes the vCard property with the specified
name and values.
| |
vCardProperty(String, String, String) |
Initializes a vCardProperty with the specified
name, value and group.
|