ORIGINATOR field

This property name refers to the message store ID of the originator of the message.

Syntax
Visual Basic
Public Shared ORIGINATOR As String
C#
public const string  ORIGINATOR;
Remarks

The value of this field is ias_Originator.

You can pass MessageProperties.ORIGINATOR in the QAMessage.GetStringProperty method to access the associated property.

See also