IMessageGetBinaryAttachment Method
Gets the binary attachment part of the message.
If not present, null is returned to the user.
Namespace: SolaceSystems.Solclient.MessagingAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
sbyte[] GetBinaryAttachment()
Return Value
SByteAn array of bytes.
This method is not CLS-compliant; it is available for convenience.
The CLI-compliant equivalent to this method is
BinaryAttachment getter.