EMClientRepositoryIsEmailTestEnabled 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
Syntaxpublic bool IsEmailTestEnabled(
int clientId
)
Public Function IsEmailTestEnabled (
clientId As Integer
) As Boolean
public:
virtual bool IsEmailTestEnabled(
int clientId
) sealed
abstract IsEmailTestEnabled :
clientId : int -> bool
override IsEmailTestEnabled :
clientId : int -> bool
function IsEmailTestEnabled(clientId);
Parameters
- clientId
- Type: SystemInt32
client Id
Return Value
Type:
Booleantrue if email test is enabled
Implements
IEMClientRepositoryIsEmailTestEnabled(Int32)
See Also