Click or drag to resize

ContactServiceGetCommunicationPreferences Method

Gets the communication preferences.

Namespace:  AMCS.Elemos.IntegrationService.Services.Contact
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ContactCommunicationPreferencesPartialEntity GetCommunicationPreferences(
	string authenticationKey,
	int contactId
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
contactId
Type: SystemInt32
The contact identifier.

Return Value

Type: ContactCommunicationPreferencesPartialEntity
See Also