 | 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)
Syntaxpublic void SaveCommunicationPreferences(
string authenticationKey,
ContactCommunicationPreferencesPartialEntity communicationPreferences
)
Public Sub SaveCommunicationPreferences (
authenticationKey As String,
communicationPreferences As ContactCommunicationPreferencesPartialEntity
)
Parameters
- authenticationKey
- Type: SystemString
The authentication key. - communicationPreferences
- Type: ContactCommunicationPreferencesPartialEntity
The communication preferences.
Exceptions
See Also