Gets or sets application-generated information.
[Visual Basic] Public Property AppSpecific As Integer [C#] public int AppSpecific {get; set;} [C++] public: __property int get_AppSpecific(); public: __property void set_AppSpecific(int); [JScript] public function get AppSpecific() : int; public function set AppSpecific(int);
The information generated by the application, such as single integer values or application-defined message classes. The default is 0.
AppSpecific provides access to the AppSpecific property of the Message Queuing application's MSMQMessage object.
Where possible, message data should be included in the body of the message rather than in the extension. Use AppSpecific rather than Extension to attach information such as single integer values or application-defined message classes.
DefaultPropertiesToSend Class | DefaultPropertiesToSend Members | System.Messaging Namespace | TBD