EMClientRepositoryIsEmailTestEnabled Method

Alterian Email Manager 6.2.3 SDK Help File
Checks if email test (Litmus) is enabled for this client

Namespace:  DMLibrary.Repository
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public bool IsEmailTestEnabled(
	int clientId
)

Parameters

clientId
Type: SystemInt32
client Id

Return Value

Type: Boolean
true if email test is enabled

Implements

IEMClientRepositoryIsEmailTestEnabled(Int32)
See Also