IMessage.BinaryAttachment Property

Solclient

IMessageBinaryAttachment Property
version: 7.2.1.27
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: 7.2.1.27 (7.2.1.27)
Syntax
byte[] BinaryAttachment { get; set; }
Property BinaryAttachment As Byte()
	Get
	Set
property array<unsigned char>^ BinaryAttachment {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}

Property Value

Type: Byte
See Also