 | 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)
Syntaxpublic ContactCommunicationPreferencesPartialEntity GetCommunicationPreferences(
string authenticationKey,
int contactId
)
Public Function GetCommunicationPreferences (
authenticationKey As String,
contactId As Integer
) As ContactCommunicationPreferencesPartialEntity
Parameters
- authenticationKey
- Type: SystemString
The authentication key. - contactId
- Type: SystemInt32
The contact identifier.
Return Value
Type:
ContactCommunicationPreferencesPartialEntity
See Also