Represents the raw data of the message.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class RawMessage
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | RawMessage()()()() | Initializes a new instance of the RawMessage class | 
|  | Data | 
            Gets and sets the property Data. 
             The raw data of the message. The client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, MIME encoding, and base64 encoding (if necessary). For more information, go to the Amazon SES Developer Guide. | 
|  | 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.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithData(MemoryStream) | Obsolete. 
            Sets the Data property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | RawMessage |