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

Constructor to create a vCard from a vCard file

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

Syntax

C#
public OCVCard(
	StringReader sReader
)
Visual Basic (Declaration)
Public Sub New ( _
	sReader As StringReader _
)
Visual C++
public:
OCVCard(
	StringReader^ sReader
)

Parameters

sReader
Type: System.IO..::.StringReader
The Reader previously opened by the calling program to read the vCard file

See Also