Click or drag to resize

DatabaseClassGetContact Method

Returns a Contact object with a given ID. Returns an error if the contact is not readable.

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public virtual SOContact GetContact(
	int ContactId
)

Parameters

ContactId
Type: SystemInt32

Return Value

Type: SOContact

Implements

IDatabaseGetContact(Int32)
See Also