Click or drag to resize
ClientMessageBoxListMessagesNew Method
Returns a List of MOVEitMessageInfo objects which contain information about all new (unread) messages available to the current user.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public List<MOVEitMessageInfo> MessageBoxListMessagesNew()

Return Value

Type: ListMOVEitMessageInfo
List containing list results if successful; otherwise, null.
Remarks

Returns an empty List if no messages are found. Returns null if the current user does not have permission to know if any messages are found.

NOTE: The MOVEitMessageInfo objects returned by this method will NOT contain complete information about the given message. Only "header" information about the message will be included (ID, SendStamp, From, FromRealname, Subject, ParentID). To get the body and attachment list of a message, use the MessageRead(String) method.

See Also