Get some basic information about a contact
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Function GetContactInfo( _
ByVal contact_id As EntityID, _
ByVal retrieve_attributes As Boolean, _
ByVal retrieve_companies 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,
bool retrieve_companies,
IDatabase db
)
This language is not supported or no code example is available.
public:
static ContactInfo^ GetContactInfo(
EntityID^ contact_id,
bool retrieve_attributes,
bool retrieve_companies,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- contact_id
 - 
		Type: EntityID 
		
the id of the contact
 
- retrieve_attributes
 - 
		Type: bool 
		
should we retrieve attributes?
 
- retrieve_companies
 - 
		Type: bool 
		
 
- db
 - 
		Type: IDatabase 
		
the db connection
 
Return Value
Type: ContactInfothe contact info