|
Close |
The Close() method closes the ContactWriter object. |
|
Dispose() |
The Dispose() method disposes all resources. |
|
Dispose(Boolean) |
The Dispose(Boolean) method disposes all resources. |
|
EndVCard |
The EndVCard() ends a vCard entry. |
|
Flush |
The Flush() method flushes all data to the underlying stream. |
|
StartParameter(String) |
The StartParameter(String) method starts a new parameter identified by the parameter name. |
|
StartParameter(ParameterId) |
The StartParameter(ParameterId) method starts a new parameter identified by the parameter identifier. |
|
StartProperty(String) |
The StartProperty(String) method starts a new property that is identified by the property name. |
|
StartProperty(PropertyId) |
The StartProperty(PropertyId) method starts a new property that is identified by the property identifier. |
|
StartVCard |
The StartVCard() method starts a new vCard entry. |
|
WriteContact |
The WriteContact(ContactReader) method writes a vCard that is read from the ContactReader object. |
|
WriteParameter(ContactParameterReader) |
The WriteParameter(ContactParameterReader) method writes a parameter that is read by the ContactParameterReader object. |
|
WriteParameter(String, String) |
The WriteParameter(String, String) method writes a parameter based on parameter name. |
|
WriteParameter(ParameterId, String) |
The WriteParameter(ParameterId, String) method writes a parameter based on parameter identifier. |
|
WriteParameterValue |
The WriteParameterValue(String) method writes a parameter value. |
|
WriteProperty(ContactPropertyReader) |
The WriteProperty(ContactPropertyReader) method writes a property that is read by the reader. |
|
WriteProperty(String, String) |
The WriteProperty(String, String) method writes a property. |
|
WriteProperty(PropertyId, String) |
The WriteProperty(PropertyId, String) method writes a property. |
|
WritePropertyValue(Boolean) |
The WritePropertyValue(Boolean) method writes a Boolean value. |
|
WritePropertyValue([]) |
The WritePropertyValue([]) method writes a byte array. |
|
WritePropertyValue(DateTime) |
The WritePropertyValue(DateTime) method writes a DateTime value. |
|
WritePropertyValue(Double) |
The WritePropertyValue(Double) property writes a Double value. |
|
WritePropertyValue(Int32) |
The WritePropertyValue(Int32) method writes a 32-bit integer value. |
|
WritePropertyValue(Stream) |
The WritePropertyValue(Stream) writes data from the stream into a vCard property value. |
|
WritePropertyValue(Object) |
The WritePropertyValue(Object) method writes the property value stored in the Object. |
|
WritePropertyValue(String) |
The WritePropertyValue(String) method writes a string value to the vCard. |
|
WritePropertyValue(Boolean, ContactValueSeparators) |
The WritePropertyValue(Boolean, ContactValueSeparators) method writes a property value with the specified content value separator. |
|
WritePropertyValue(DateTime, ContactValueSeparators) |
The WritePropertyValue(DateTime, ContactValueSeparators) method writes a DateTime value with a value separator. |
|
WritePropertyValue(Double, ContactValueSeparators) |
The WritePropertyValue(Double, ContactValueSeparators) method writes a Double value with a value separator. |
|
WritePropertyValue(Int32, ContactValueSeparators) |
The WritePropertyValue(Int32, ContactValueSeparators) method writes a 32-bit integer value with a value separator. |
|
WritePropertyValue(Object, ContactValueSeparators) |
The WritePropertyValue(Object, ContactValueSeparators) method writes the property value stored in the Object with a value separator. |
|
WritePropertyValue(String, ContactValueSeparators) |
The WritePropertyValue(String, ContactValueSeparators) method writes a string property value to the vCard with value separators. |
|
WriteValueTypeParameter |
The WriteValueTypeParameter(ContactValueType) method writes a parameter. |