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.

Contains the name and value of a message header that you add to an email.

Inheritance Hierarchy

System.Object
  Amazon.SimpleEmailV2.Model.MessageHeader

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

Syntax

C#
public class MessageHeader

The MessageHeader type exposes the following members

Constructors

NameDescription
Public Method MessageHeader()

Properties

NameTypeDescription
Public Property Name System.String

Gets and sets the property Name.

The name of the message header. The message header name has to meet the following criteria:

  • Can contain any printable ASCII character (33 - 126) except for colon (:).

  • Can contain no more than 126 characters.

Public Property Value System.String

Gets and sets the property Value.

The value of the message header. The message header value has to meet the following criteria:

  • Can contain any printable ASCII character.

  • Can contain no more than 870 characters.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5