Cloud Mail 2020 Android Edition

Questions / Feedback?

SendCustomRequest Method

Allows the sending of a custom request to an Amazon web service.

Syntax

public String sendCustomRequest(String url, String requestData, String otherHeaders);

Remarks

Allows the sending of a custom request to the Amazon web service. The URL parameter describes the endpoint that is being targeted. The RequestData is set to any data required for the request. The OtherHeaders parameter is used to set any additional headers that should be set for the request.

Example:

ses.SendCustomRequest("https://email.us-east-1.amazonaws.com",
         "AWSAccessKeyId={ACCESS_ID}&Action=GetSendStatistics&Timestamp=2022-02-08T22%3A12%3A10.716Z",
          "");

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Mail 2020 Android Edition - Version 20.0 [Build 8308]