EMEmailTestHandlerMaxTestDuration Property
|
Alterian Email Manager 6.2.3 SDK Help File
Gets and sets max duration for test, default to 10 minutes after that all completed status set to ture and state set to 3
Namespace:
DMLibrary.LitmusAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic int MaxTestDuration { get; set; }
Public Property MaxTestDuration As Integer
Get
Set
public:
property int MaxTestDuration {
int get ();
void set (int value);
}
member MaxTestDuration : int with get, set
function get_MaxTestDuration();
function set_MaxTestDuration(value);
Property Value
Type:
Int32
See Also