 | CustomerServicePublishCustomerReportsDueToday Method |
Returns a list of all subscribed reports which are due to be publish today
Namespace:
AMCS.Elemos.IntegrationService.Services.Customer
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void PublishCustomerReportsDueToday(
string authenticationKey,
string emailFromAddress,
string emailHeader,
string emailBody
)
Public Sub PublishCustomerReportsDueToday (
authenticationKey As String,
emailFromAddress As String,
emailHeader As String,
emailBody As String
)
Parameters
- authenticationKey
- Type: SystemString
- emailFromAddress
- Type: SystemString
- emailHeader
- Type: SystemString
- emailBody
- Type: SystemString
See Also