Gets or Sets the originator of the message.


Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public Property Value As String
C#
public string Value { get; set; }
C++
public property string Value sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_Value();

/** property */
public void set_Value(string value);
JScript
public function get Value() : String

public function set Value(value : String);

Property Value

A string containing the originator value. This can be either: Numeric: between 2-15 characters, permited characters 0-9. or Alphanumeric: between 2-11 characters 0-9, a-z, A-Z, hypen, underscore, fullstop and space. e.g. MAYFLOWER or +447740101097. If no originator is set this will automatically assign a default MO telephone number so that the recipient may reply to the message.

Exceptions

Exception TypeCondition
ApiArgumentExceptionThrown when an method has failed.

See Also