WriteMessage
WriteMessage (1 of 2)
Writes the message to underlying storage stream.
Returns: The string identifier of added message.
WriteMessage(System::SharedPtr < MailMessage > message)
| Parameter | Description |
|---|---|
| message | The message to write to. |
WriteMessage (2 of 2)
Writes the message to underlying storage stream.
Returns: The string identifier of added message.
WriteMessage(System::SharedPtr < MailMessage > message, System::String & fromMarker)
| Parameter | Description |
|---|---|
| message | The message to write to. |
| fromMarker | Gets the From Marker while writing the MBox Storage file. |