/client

Extended Parameters

Usage

ExtendedParameters is a string parameter common to many functions and events which encodes a series of extended parameters that the library can process in protocol messages sent and received. It has a simple form of one or more name=value pairs separated by semi-colon (";") character.


string ep = "smpp.tlvs=050100010A;smpp.packto7bit=0";

// [...]

result = clientSMPP.SubmitMessageEx("48999123456", 1, 1,
  "79123", 1, 1, smContent, EncodingEnum.et7BitText, "", 0,
  DateTime.now, DateTime.now, "", 0, ep, messageID);