An individual message.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class Message
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | Message()()()() | Initializes a new instance of the Message class | 
|  | Attribute | 
            Name and value pair of an attribute associated with the queue.
             | 
|  | Body | 
            The message's contents (not URL encoded).
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IsSetAttribute()()()() | 
            Checks if Attribute property is set
             | 
|  | IsSetBody()()()() | 
            Checks if Body property is set
             | 
|  | IsSetMD5OfBody()()()() | 
            Checks if MD5OfBody property is set
             | 
|  | IsSetMD5OfMessageAttributes()()()() | 
            Checks if MD5OfMessageAttributes property is set
             | 
|  | IsSetMessageAttribute()()()() | 
            Determines whether the target [P:MessageAttribute] is set in this request.
             | 
|  | IsSetMessageId()()()() | 
            Checks if MessageId property is set
             | 
|  | IsSetReceiptHandle()()()() | 
            Checks if ReceiptHandle property is set
             | 
|  | MD5OfBody | 
            An MD5 digest of the non-URL-encoded message body string.
             | 
|  | MD5OfMessageAttributes | 
            MD5 digest of the message attributes.
             | 
|  | MessageAttribute | 
            Gets or sets the message attributes.
             | 
|  | MessageId | 
            Unique ID associated with the message.
             | 
|  | ReceiptHandle | 
            A string associated with a specific instance of receiving the message.
             | 
|  | ToString()()()() | 
            String Representation of this object. Overrides Object.ToString()
            (Overrides Object.ToString()()()().) | 
|  | ToXML()()()() | 
            XML Representation of this object
             | 
|  | WithAttribute(array<Attribute>[]()[][]) | Obsolete. 
            Sets the name and value pair of an attribute associated with the queue.
             | 
|  | WithBody(String) | Obsolete. 
            Sets the message's contents (not URL encoded).
             | 
|  | WithMD5OfBody(String) | Obsolete. 
            Sets the MD5 digest of the non-URL-encoded message body string.
             | 
|  | WithMD5OfMessageAttributes(String) | Obsolete. 
            Sets the MD5 digest of the message attributes.
             | 
|  | WithMessageAttribute(array<MessageAttribute>[]()[][]) | Obsolete. 
            Modifies this request with the specified MessageAttributes.
             | 
|  | WithMessageId(String) | Obsolete. 
            Sets the unique ID associated with the message.
             | 
|  | WithReceiptHandle(String) | Obsolete. 
            Sets the string associated with a specific instance of receiving the message.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | Message |