Discuss this help topic in SecureBlackbox Forum

TElMessage.ReturnPath

TElMessage     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies contents of "Return-Path:" header field.

Declaration

[C#]
    string ReturnPath;

[VB.NET]
    Property ReturnPath As String

[Pascal]
    property ReturnPath : TString;
    public function SetReturnPath(AReturnPath: TString): TElMessageHeaderField;

[C++]
    void get_ReturnPath(sb_u16string &OutResult);
    void get_ReturnPath(std::wstring &OutResult);

[PHP]
    string get_ReturnPath()

[Java]
    String getReturnPath();
    TElMessageHeaderField setReturnPath(String AReturnPath);

Parameters

  • AReturnPath - address to which message will be returned in case of unsuccessful delivery

Description

    This property contains address to which message will be returned in case of unsuccessful delivery.
     Note, this property is read-only. Use SetReturnPath method to set its value.

Discuss this help topic in SecureBlackbox Forum