Attach PropertyGet Attachment Bytes Method
This is used to get the bytes that make up the attachment
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
A byte array containing the attachment bytes. The byte array is only valid for use with an image if the ValueLocation is set to BINARY. If set to something else, the value is probably a URL or a pointer to some other location where the attachment can be found.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public byte[] GetAttachmentBytes()VB
Public Function GetAttachmentBytes As Byte()C++
public:
array<unsigned char>^ GetAttachmentBytes()F#
member GetAttachmentBytes : unit -> byte[] Return Value
ByteA byte array containing the attachment bytes. The byte array is only valid for use with an image if the ValueLocation is set to BINARY. If set to something else, the value is probably a URL or a pointer to some other location where the attachment can be found.