AWS SDK for .NET Documentation
AddCommunicationToCase Method (addCommunicationToCaseRequest)
AmazonAmazon.AWSSupportAmazonAWSSupportAddCommunicationToCase(AddCommunicationToCaseRequest) Did this page help you?   Yes   No    Tell us about it...

Adds additional customer communication to an AWS Support case. You use the CaseId value to identify the case to add communication to. You can list a set of email addresses to copy on the communication using the CcEmailAddresses value. The CommunicationBody value contains the text of the communication.

The response indicates the success or failure of the request.

This operation implements a subset of the behavior on the AWS Support Your Support Cases web form.

Declaration Syntax
C#
AddCommunicationToCaseResponse AddCommunicationToCase(
	AddCommunicationToCaseRequest addCommunicationToCaseRequest
)
Parameters
addCommunicationToCaseRequest (AddCommunicationToCaseRequest)
Container for the necessary parameters to execute the AddCommunicationToCase service method on AmazonAWSSupport.
Return Value
The response from the AddCommunicationToCase service method, as returned by AmazonAWSSupport.
Exceptions

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)