AWS SDK for .NET Documentation
Source Property
AmazonAmazon.SimpleEmail.ModelSendRawEmailRequestSource Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property Source.

The identity's email address.

By default, the string must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form:

CopyC#
=?charset?encoding?encoded-text?=
. For more information, see RFC 2047.

Note:
If you specify the
CopyC#
Source
parameter, then bounce notifications and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.
Declaration Syntax
C#
public string Source { get; set; }

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