ImageGear v26.3 - Updated November 9, 2022
ImageGear.Formats.Email Assembly / ImageGear.Formats.Email Namespace / ImGearEmailAttachment Class / Data Property




In This Topic
Data Property (ImGearEmailAttachment)
In This Topic
Returns the raw data of the attachment
Syntax
'Declaration
 
Public ReadOnly Property Data As Byte()
 
'Usage
 
Dim instance As ImGearEmailAttachment
Dim value() As Byte
 
value = instance.Data
See Also