Message-ID: <875941671.15885.1614958597011.JavaMail.confluence@wiki> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_15884_771664522.1614958597011" ------=_Part_15884_771664522.1614958597011 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html getDeliveryReports - C#

getDeliveryReports - C#

=20
=20
=20
=20

 

=20
=20
=20
=20
=20
=20

Retrieve a list of available delivery report names.

=20
=20
=20
=20
=20
=20
Example
=20
String[] result =3D rClient.getDeliveryReports();
foreach (String report in result)
=09Console.WriteLine("Report name: {0}", report);
=20
=20
=20
=20
=20
=20
=20

Arguments:

=20
=20
=20
=20

None. 

=20
=20
=20
=20
=20
=20

Returns:

=20
=20
=20
=20

An array of String with the delivery report names.

=20
=20
=20
=20
=20
=20

Specific error codes:

=20
=20
=20
=20

None. 

=20 =20

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

=20
=20
=20
=20
=20
=20
=20
=20
=20 =20
=20
=20
=20
=20

 

=20
=20
=20
=20

 

=20
=20
=20
------=_Part_15884_771664522.1614958597011--