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

returns 0 if successful, -1 the file is not in the vCard -2 the file is ill-formed -3 vCard file Version not supported

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

Syntax

C#
public int Status { get; }
Visual Basic (Declaration)
Public ReadOnly Property Status As Integer
Visual C++
public:
property int Status {
	int get ();
}

See Also