Gets or Sets the mobile number for a recipient


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

Syntax

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

/** property */
public void set_MobileNumber(string value);
JScript
public function get MobileNumber() : String

public function set MobileNumber(value : String);

Property Value

A string containing a mobile phone number associated with a recipient object

Exceptions

Exception TypeCondition
ApiArgumentException Thrown if the mobile number is deemed invalid (For rules see )

See Also