Add a contact

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

Public Shared Function AddContact( _ 
ByVal contact As ContactInfo, _ 
Optional ByVal image_file As String = null, _ 
Optional ByVal wait As IASyncWait = null _ 
) As EntityIDResponse
This language is not supported or no code example is available.
public static EntityIDResponse AddContact( 
ContactInfo contact
string image_file = null, 
IASyncWait wait = null 
)
This language is not supported or no code example is available.
public:  
static EntityIDResponse^ AddContact( 
ContactInfo^ contact
String^ image_file
IASyncWait^ wait 
)
This language is not supported or no code example is available.
public static function AddContact( 
contact : ContactInfo
image_file : String
wait : IASyncWait 
) : EntityIDResponse;
This language is not supported or no code example is available.

Parameters

contact
Type: ContactInfo

<default>

image_file
Type: string

optional image file to use

wait
Type: IASyncWait

optional waiter to use

Return Value

Type: EntityIDResponse

the id of the contact, in a response object

.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