MsgCommunicator: Delphi Instant Messaging (IM) SDK
for easy creation of custom messenger system


TMsgContactNameSource type

Top  Previous  Next

TMsgContactNameSource specifies the source of a name of a user in contact list.

Unit
MsgTypes

type

TMsgContactNameSource = (mcnsUserName,mcnsFirstName,mcnsLastName,mcnsFullName,mcnsCustom);

Description
TMsgContactNameSource specifies the source of the user name in contact list.

mcnsUserName indicates that visible name is equal to the UserName (see TMsgUserInfo type).
mcnsFirstName indicates that visible name is equal to the FirstName (see TMsgUserInfo type).
mcnsLastName indicates that visible name is equal to the LastName (see TMsgUserInfo type).
mcnsFullName indicates that visible name is equal to the FirstName + LastName (see TMsgUserInfo type).
mcnsCustom indicates that visible name is equal to the ContactCustomName (see TMsgContactInfo type).



© AidAim Software MsgCommunicator: