EMClientEmailTestRepositoryUpdate Method (Boolean, Boolean, Int32)

Alterian Email Manager 6.2.3 SDK Help File
Updates a client's request for email test

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

Syntax
public void Update(
	bool enabled,
	bool inProgess,
	int requestId
)

Parameters

enabled
Type: SystemBoolean
flag to mark enabled
inProgess
Type: SystemBoolean
flag to mark inProgress
requestId
Type: SystemInt32
Request Id

Implements

IEMClientEmailTestRepositoryUpdate(Boolean, Boolean, Int32)
See Also