IEMClientRepositoryIsEmailTestEnabled Method
|
Alterian Email Manager 6.2.3 SDK Help File
Checks if email test (Litmus) is enabled for this client
Namespace:
DMLibrary.RepositoryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxbool IsEmailTestEnabled(
int clientId
)
Function IsEmailTestEnabled (
clientId As Integer
) As Boolean
bool IsEmailTestEnabled(
int clientId
)
abstract IsEmailTestEnabled :
clientId : int -> bool
function IsEmailTestEnabled(clientId);
Parameters
- clientId
- Type: SystemInt32
client Id
Return Value
Type:
Booleantrue if email test is enabled
See Also