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

InsertAddress

Namespace:  OfficeClip.DBLayer.Desktop
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public int InsertAddress(
	int addressbookId,
	UserInfo uf,
	ref int status
)
Visual Basic (Declaration)
Public Function InsertAddress ( _
	addressbookId As Integer, _
	uf As UserInfo, _
	ByRef status As Integer _
) As Integer
Visual C++
public:
int InsertAddress(
	int addressbookId, 
	UserInfo^ uf, 
	int% status
)

Parameters

addressbookId
Type: System..::.Int32
uf
Type: OfficeClip.BusinessLayer.Account..::.UserInfo
status
Type: System..::.Int32%

Return Value

See Also