HeaderTypeReturnReceiptTo Property |
A sender can request a return-receipt by including this header field.
The return-receipt is sent to the Return-Path address of the email and not to the address specified in the Return-Receipt-To header field.
This header is non-standard and mostly not supported.
Use Disposition-Notification-To instead.
Even if supported, there is no guarantee of a receipt being sent.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic static HeaderType ReturnReceiptTo { get; }
Public Shared ReadOnly Property ReturnReceiptTo As HeaderType
Get
public:
static property HeaderType^ ReturnReceiptTo {
HeaderType^ get ();
}
static member ReturnReceiptTo : HeaderType with get
Property Value
Type:
HeaderType
See Also