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.

Specifies the status and settings of the email channel for an application.

Inheritance Hierarchy

System.Object
  Amazon.Pinpoint.Model.EmailChannelRequest

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

Syntax

C#
public class EmailChannelRequest

The EmailChannelRequest type exposes the following members

Constructors

NameDescription
Public Method EmailChannelRequest()

Properties

NameTypeDescription
Public Property ConfigurationSet System.String

Gets and sets the property ConfigurationSet.

The Amazon SES configuration set that you want to apply to messages that you send through the channel.

Public Property Enabled System.Boolean

Gets and sets the property Enabled.

Specifies whether to enable the email channel for the application.

Public Property FromAddress System.String

Gets and sets the property FromAddress.

The verified email address that you want to send email from when you send email through the channel.

Public Property Identity System.String

Gets and sets the property Identity.

The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that you want to use when you send email through the channel.

Public Property OrchestrationSendingRoleArn System.String

Gets and sets the property OrchestrationSendingRoleArn.

The ARN of an IAM role for Amazon Pinpoint to use to send email from your campaigns or journeys through Amazon SES.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

The ARN of the AWS Identity and Access Management (IAM) role that you want Amazon Pinpoint to use when it submits email-related event data for the channel.

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