| IMailReturnPath Property |
Gets or sets return path address ('Return-Path' header). Does not include brackets (< and >).
Namespace:
Limilabs.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax string 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
Type:
StringRemarks
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