SubscribeToMailList
Description
Subscribes or unsubscribes a user from the mailing list.
Parameters
Parameter | Type | Description |
---|---|---|
webServiceUrl | string | URL to the QLM License Server |
customerEmail | string | email address of the customer |
includeInMailList | bool | true to subscribe, false to unsubscribe |
response | out string | XML fragment containing the result of the call. |
Response XML format
Example error response
Return
Type | Description |
---|---|
bool | true if successful; otherwise false. |
Last updated