HeaderTypeReturnPath Property |
Used to convey the information from the MAIL FROM envelope attribute in final delivery, when the message leaves the SMTP environment in which "MAIL FROM" is used. ///
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic static HeaderType ReturnPath { get; }
Public Shared ReadOnly Property ReturnPath As HeaderType
Get
public:
static property HeaderType^ ReturnPath {
HeaderType^ get ();
}
static member ReturnPath : HeaderType with get
Property Value
Type:
HeaderType
See Also