Discuss this help topic in SecureBlackbox Forum
This method assembles body and all header fields into one message.
Declaration
Parameters
TElHeaderEncoding values
|
Return value
Returns 0 (EL_OK) on success, 1 (EL_WARNING) if information can't be encoded with given
ACharset and encodings.
Error otherwise.
Description
Use this method to compose the message and save it to stream.
AssembleMessage has the functionality opposite to
ParseMessage method.
Note, that if you are using "short" form of AssembleMessage() method call, you can specify missing parameters with Charset, HeaderEncoding, BodyEncoding and AttachEncoding properties.