Click or drag to resize
ClientMessageRead Method
Returns a MOVEitMessageInfo object describing the message identified by the given ID.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public MOVEitMessageInfo MessageRead(
	string MessageID
)

Parameters

MessageID
Type: SystemString
ID of the message to download.

Return Value

Type: MOVEitMessageInfo
MOVEitMessageInfo object containing information for the downloaded message if download successful; otherwise, null.
See Also