Discuss this help topic in SecureBlackbox Forum
Specifies AS2 name of the message originator.
Declaration
[VB.NET]
Property AS2From As String
[Pascal]
property AS2From : string;
[C++]
void get_AS2From(std::string &OutResult);
void set_AS2From(const std::string &Value);
[PHP]
string get_AS2From()
void set_AS2From(string $Value)
[Java]
String getAS2From();
void setAS2From(String Value);
Description
Use this property to specify AS2 name of the message originator.
Discuss this help topic in SecureBlackbox Forum