Discuss this help topic in SecureBlackbox Forum
Specifies AS2 name of the message originator.
Declaration
[C#/Java]
string AS2From;
[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)
Description
Use this property to specify AS2 name of the message originator.
Discuss this help topic in SecureBlackbox Forum