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
SyntaxIContact GetContact(
int ContactId
)
Function GetContact (
ContactId As Integer
) As IContact
Dim instance As IDatabase
Dim ContactId As Integer
Dim returnValue As IContact
returnValue = instance.GetContact(ContactId)
IContact^ GetContact(
[InAttribute] int ContactId
)
Parameters
- ContactId
- Type: SystemInt32
Return Value
Type:
IContact
See Also