Writes a collection of vCard properties to an output text writer.

Namespace: vCards
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void Write(
	vCardPropertyCollection properties,
	TextWriter output,
	string charsetName
)
Visual Basic
Public Sub Write ( _
	properties As vCardPropertyCollection, _
	output As TextWriter, _
	charsetName As String _
)
Visual C++
public:
void Write(
	vCardPropertyCollection^ properties, 
	TextWriter^ output, 
	String^ charsetName
)

Parameters

properties
Type: vCards..::..vCardPropertyCollection
output
Type: System.IO..::..TextWriter
charsetName
Type: System..::..String

See Also