[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Syntax

C#
[SerializableAttribute]
public class WsSubmitSm
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class WsSubmitSm
Visual C++
[SerializableAttribute]
public ref class WsSubmitSm

The type exposes the following properties.

Public Properties

  NameDescription
Public propertyMessageId
Идентификатор сообщения
Public propertyMessageText
Текст сообщения
Public propertyReceiverAddress
Адрес получателя
Public propertySenderAddress
Адрес отправителя
Public propertyValidityPeriod
Время жизни сообщения.
Public propertyValidityPeriodSmpp
Время жизни сообщения в формате стандарта SMPP.

See Also