MessageState Enumeration
Specifies the status of a message.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Member name | Description | |
|---|---|---|
| Closed | The message has been closed and can no longer be accessed. | |
| Copied | The message has been copied. | |
| Created | The message has been created. | |
| Read | The message is being read. | |
| Written | The message has been written. |
As the body of a Message object is a stream, it can only be read or written once. This is enforced by maintaining the current state of the Message object. A Message object can be read/written/copied when in the Created state. Other states are Read, Written and Copied, which means that the respective action has been performed already once.
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0