Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

Retrieve a list of available delivery report names.

Code Block
themeRDark
languagec#
titleExample
linenumberstrue
String[] result = rClient.getDeliveryReports();
foreach (String report in result)
	Console.WriteLine("Report name: {0}", report);

Arguments:

None. 

Returns:

An array of String with the delivery report names.

Specific error codes:

None. 

Note

error code 404 is reported if the group does not exist; error code 400 is reported if the group name was not specified. See General error codes

Panel
title
  • Next
Panel
titleAll Functions
Panel
titleDownload