SplitLongMessages Property
In This Topic
Determines whether messages that exceed
MaxMessageLength are split into shorter messages
Syntax
'Declaration
Public Property SplitLongMessages As Boolean
public bool SplitLongMessages {get; set;}
public:
property bool SplitLongMessages {
bool get();
void set ( bool value);
}
See Also