Discuss this help topic in SecureBlackbox Forum
Specifies AS2 name of the message recipient.
Declaration
[VB.NET]
Property AS2To As String
[Pascal]
property AS2To : string;
[C++]
void get_AS2To(std::string &OutResult);
void set_AS2To(const std::string &Value);
[PHP]
string get_AS2To()
void set_AS2To(string $Value)
Description
Use this property to specify AS2 name of the message recipient.
Discuss this help topic in SecureBlackbox Forum