Contact.GetContactInfo (EntityID, Boolean, IDatabase) Method
Public Shared Function GetContactInfo( _
ByVal contact_id As EntityID, _
ByVal retrieve_attributes As Boolean, _
ByVal db As IDatabase _
) As ContactInfo
This language is not supported or no code example is available.
public static ContactInfo GetContactInfo(
EntityID contact_id,
bool retrieve_attributes,
IDatabase db
)
This language is not supported or no code example is available.
public:
static ContactInfo^ GetContactInfo(
EntityID^ contact_id,
bool retrieve_attributes,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- contact_id
- EntityID
the id of the contact
- retrieve_attributes
- bool
should we retrieve attributes?
- db
- IDatabase
the db connection
Return Value
ContactInfothe contact info