nn::nex::UserMessage Class

Syntax

class UserMessage : public nn::nex::Data

Description

Stores message data.

To use instant messaging features, use either this class, the TextMessage class, or the BinaryMessage class.

Member Functions

UserMessage Constructor.
GetReceptionTime Gets the time at which a message was received.
GetSenderID Gets the PrincipalID of the message sender.
GetRecipientID Returns the ID set as the recipient when sending a message.
GetRecipientType Returns the type for the ID obtained with the GetRecipientID function
GetSubject Gets the Subject of the message.
SetSubject 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.
S DynamicCast Performs a dynamic cast for the Data class pointer. (Inherits Data.)

Class Hierarchy

nn::nex::Data
  nn::nex::UserMessage

Revision History

2011/01/27
Initial version.

CONFIDENTIAL