Click or drag to resize

ContactServiceSaveCommunicationPreferences Method

Saves 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 void SaveCommunicationPreferences(
	string authenticationKey,
	ContactCommunicationPreferencesPartialEntity communicationPreferences
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
communicationPreferences
Type: ContactCommunicationPreferencesPartialEntity
The communication preferences.
Exceptions
ExceptionCondition
FaultException new FaultCode(GetCommunicationPreferences)
FaultReason
FaultCodeGetCommunicationPreferences
See Also