Maximum number of SMS messages that can be received by email


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

Syntax

Visual Basic (Declaration)
Public Property MaxLimitPerDay As Integer
C#
public int MaxLimitPerDay { get; set; }
C++
public property int MaxLimitPerDay sealed  {
    int get();
    void set(int value);
}
J#
/** property */
public int get_MaxLimitPerDay();

/** property */
public void set_MaxLimitPerDay(int value);
JScript
public function get MaxLimitPerDay() : int

public function set MaxLimitPerDay(value : int);

Property Value

A number containing the maximum number of messages that can be sent via this email address

See Also