Discuss this help topic in SecureBlackbox Forum
Sends a SOAP message with a single attachment.
Declaration
Parameters
- PrimaryMessageID - the identifier of the primary message in the multipart list.
- ContentID - the identifier of the main message content.
- ContentType - specifies the content type of the message.
- ContentStream - the stream containing message data.
- CloseStream - set this parameter to true if the application should take care of closing the content stream.
Description
Call this method to send the SOAP message with only one attachment as a Multipart/Related compound to the destination URL.
Discuss this help topic in SecureBlackbox Forum