ClientMessageBoxListMessageBoxesAll Method |
Returns a List of
MOVEitFolderInfo objects which contain
information about all mailboxes the currently authorized user owns.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public List<MOVEitFolderInfo> MessageBoxListMessageBoxesAll()
Public Function MessageBoxListMessageBoxesAll As List(Of MOVEitFolderInfo)
public:
List<MOVEitFolderInfo^>^ MessageBoxListMessageBoxesAll()
Return Value
Type:
ListMOVEitFolderInfoList containing list results if successful; otherwise,
null.
See Also