nn::nex::TextMessage::GetTextBody Member Function

Syntax

void SetTextBody(
     const String & strTextBody
);

Parameters

Name Description
in strTextBody Text message body.

Return Values

None.

Description

Sets a text message. Text exceeding MESSAGING_STRING_MAX_LENGTH characters (excluding NULL termination) cannot be used with the instant messaging feature. An error occurs during server transmission.

Revision History

2012/03/08
Initial version.

CONFIDENTIAL