 | IMailReturnPath Property |
Gets or sets return path address ('Return-Path' header). Does not include brackets (< and >).
Namespace: Limilabs.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxstring ReturnPath { get; set; }Property ReturnPath As String
Get
Set
property String^ ReturnPath {
String^ get ();
void set (String^ value);
}abstract ReturnPath : string with get, set
Property Value
String
Remarks
All bounces that occur during the SMTP session should go back to the Return-Path value.
The recipient's mail server is supposed to add a Return-Path header to the top of the email.
If Return-Path header already exists in the email, then that header should be replaced by the recipient's mail server.
See Also