smsclictr.automation library
Decode an SMS ScheduleID string

Namespace:  smsclictr.automation
Assembly:  smsclictr.automation(in smsclictr.automation.dll) Version: 1.1.3731.16627 (1.1.2.4)

Syntax

C#
public 
static 
Object 
DecodeScheduleID(
	
string 
ScheduleID
)

Parameters

ScheduleID
Type: System . . :: . String
SMS encoded 64bit ScheduleID string

Return Value

object of type: SMS_ST_NonRecurring, SMS_ST_RecurInterval, SMS_ST_RecurWeekly, SMS_ST_RecurMonthlyByWeekday or SMS_ST_RecurMonthlyByDate

See Also