nn::nex::UserMessage::SetSubject Member Function

Syntax

void SetSubject(
     const String & strSubject
);

Parameters

Name Description
in strSubject Message Subject.

Return Values

None.

Description

Sets the Subject of the 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

2011/01/27
Initial version.

CONFIDENTIAL