NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MessageType Enumeration

A message can be a normal MSMQ message, a positive or negative (arrival and read) acknowledgment message, or a report message.

[Visual Basic]
Public Enum MessageType
[C#]
public enum MessageType
[C++]
public enum MessageType

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
Acknowledgement [To be supplied.]
Normal [To be supplied.]
Report [To be supplied.]

Requirements

Namespace: System.Messaging

Assembly: system.messaging.dll

See Also

System.Messaging Namespace