2.2.2.14 MQMSGSENDERIDTYPE

The MQMSGSENDERIDTYPE enumeration defines values for the Message.SenderIdentifierType property. Specific values in this enumeration indicate the format of the SenderIdentifier that is associated with a Message.

 typedef enum 
 {
   MQMSG_SENDERID_TYPE_NONE = 0,
   MQMSG_SENDERID_TYPE_SID = 1
 } MQMSGSENDERIDTYPE;

MQMSG_SENDERID_TYPE_NONE:  The identity of the sending user is not included in the Message. For the purposes of authorization, the sender identity for the Message is the anonymous user.

MQMSG_SENDERID_TYPE_SID:  The identity of the sending user is indicated by the Message.SenderIdentifier field that contains a security identifier (SID) ([MS-DTYP] section 2.4.2).

Used by:

The MQMSGSENDERIDTYPE enumeration values correspond to the enumeration values for the Message.SenderIdentifierType, as shown in the following table.

MQMSGSENDERIDTYPE

Message.SenderIdentifierType

MQMSG_SENDERID_TYPE_NONE

None

MQMSG_SENDERID_TYPE_SID

Sid