IEMClientEmailTestRepositoryUpdate Method (Int32)
|
Alterian Email Manager 6.2.3 SDK Help File
Updates a client's request for email test, sets Enabled to false, InProgress to true
Namespace:
DMLibrary.RepositoryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxvoid Update(
int requestId
)
Sub Update (
requestId As Integer
)
void Update(
int requestId
)
abstract Update :
requestId : int -> unit
function Update(requestId);
Parameters
- requestId
- Type: SystemInt32
Request Id
See Also