Click or drag to resize

emailwebDequeueEmails Method

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "webDequeueEmails", Description = "Will start sending all emails currently in the queue")]
public genericReturn webDequeueEmails(
	string siteID,
	string catalogID,
	string siteKey,
	string licenseKey,
	string licenseName,
	string licenseExpiration
)

Parameters

siteID
Type: SystemString
catalogID
Type: SystemString
siteKey
Type: SystemString
licenseKey
Type: SystemString
licenseName
Type: SystemString
licenseExpiration
Type: SystemString

Return Value

Type: genericReturn
See Also