[This is preliminary documentation and is subject to change.]

Will Store the user information on the string writer in the vCard format

Namespace:  OfficeClip.BusinessLayer.Sync
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public void Store(
	StringWriter sw
)
Visual Basic (Declaration)
Public Sub Store ( _
	sw As StringWriter _
)
Visual C++
public:
void Store(
	StringWriter^ sw
)

Parameters

sw
Type: System.IO..::.StringWriter
The stringwriter where the output will be written in the vCard format

See Also