nn::nex::UserMessage::GetRecipientID Member Function

Syntax

qUnsignedInt32 GetRecipientID() const;

Parameters

None.

Return Values

ID

Description

Returns the ID set as the recipient when sending a message.

This ID is the gathering ID when sending with the MessagingClient::SendChat function, and the principal ID when sending with the MessagingClient::SendInstant function. Use the GetRecipientType function to check the type.

See Also

IdentifierTypes::Types, GetRecipientType

Revision History

2013/01/28
In the description the acquired ID type was reversed for PrincipalID and GatheringID. This was fixed.
2012/02/14
Initial version.

CONFIDENTIAL