MsgProperty.GetRawData Method
Namespace: Rebex.Mail
Assembly: Rebex.Msg.dll (version 7.0.9083)
GetRawData()
Gets copy of the raw data of the Value read from the underlying stream. If new value is set to the property, the raw data value is cleared. This method is valid only for data types: String, String8, Binary, Guid. For other data types this method returns null.
Declaration
public byte[] GetRawData()
Returns
Type | Description |
---|---|
Byte[] |