System.Messaging Reference (Document! X Sample)
Acknowledgment Property (Message)



System.Messaging Namespace > Message Class : Acknowledgment Property
Gets the classification of acknowledgment that this message represents.
Syntax
'Declaration
 
Public ReadOnly Property Acknowledgment As Acknowledgment
'Usage
 
Dim instance As Message
Dim value As Acknowledgment
 
value = instance.Acknowledgment
public Acknowledgment Acknowledgment {get;}
public:
property Acknowledgment Acknowledgment {
   Acknowledgment get();
}

Property Value

One of the Acknowledgment enumeration values.
Exceptions
ExceptionDescription
The message has not been sent. This property can only be read on messages retrieved from a queue.-or-The message queue is filtered to ignore the MessagePropertyFilter.Acknowledgment property.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Message Class
Message Members