| MailBuilderReturnPath 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 public string ReturnPath { get; set; }
Public Property ReturnPath As String
Get
Set
public:
property String^ ReturnPath {
String^ get ();
void set (String^ value);
}
member ReturnPath : string with get, set
Property Value
Type:
StringSee Also