Click or drag to resize

IMessageBinaryAttachment Property

version: 10.21.0
The binary attachment part of the message. If not present, null is returned to the user.

Namespace:  SolaceSystems.Solclient.Messaging
Assembly:  SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.21.0
Syntax
C#
byte[] BinaryAttachment { get; set; }

Property Value

Type: Byte
See Also