Click or drag to resize

IDatabaseGetContact Method

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

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
IContact GetContact(
	int ContactId
)

Parameters

ContactId
Type: SystemInt32

Return Value

Type: IContact
See Also