Get a contact id by name

Namespace: SynergyClientAPI.ContactsUsersAndGroups
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)

Public Shared Function GetContactID( _ 
ByVal contact_name As String
) As EntityID
This language is not supported or no code example is available.
public static EntityID GetContactID( 
string contact_name 
)
This language is not supported or no code example is available.
public:  
static EntityID^ GetContactID( 
String^ contact_name 
)
This language is not supported or no code example is available.
public static function GetContactID( 
contact_name : String 
) : EntityID;
This language is not supported or no code example is available.

Parameters

contact_name
Type: string

the name of the contact

Return Value

Type: EntityID

the id of the contact - null if not found

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1