AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Provides information about the results of a request to send a message to an endpoint address.

Inheritance Hierarchy

System.Object
  Amazon.Pinpoint.Model.MessageResponse

Namespace: Amazon.Pinpoint.Model
Assembly: AWSSDK.Pinpoint.dll
Version: 3.x.y.z

Syntax

C#
public class MessageResponse

The MessageResponse type exposes the following members

Constructors

NameDescription
Public Method MessageResponse()

Properties

NameTypeDescription
Public Property ApplicationId System.String

Gets and sets the property ApplicationId.

The unique identifier for the application that was used to send the message.

Public Property EndpointResult System.Collections.Generic.Dictionary<System.String, Amazon.Pinpoint.Model.EndpointMessageResult>

Gets and sets the property EndpointResult.

A map that contains a multipart response for each address that the message was sent to. In the map, the endpoint ID is the key and the result is the value.

Public Property RequestId System.String

Gets and sets the property RequestId.

The identifier for the original request that the message was delivered for.

Public Property Result System.Collections.Generic.Dictionary<System.String, Amazon.Pinpoint.Model.MessageResult>

Gets and sets the property Result.

A map that contains a multipart response for each address (email address, phone number, or push notification token) that the message was sent to. In the map, the address is the key and the result is the value.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5