Click or drag to resize
ClientMessageDelete Method
Deletes message from all of the currently authorized user's mailboxes.

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

Parameters

MessageID
Type: SystemString
ID of the message to be deleted.

Return Value

Type: Boolean
true if successful; otherwise, false.
See Also