Click or drag to resize

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.26106.1555
Syntax
string ReturnPath { 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