Gets the attachment data stream.
Namespace:
GemBox.Email
Assembly:
GemBox.Email (in GemBox.Email.dll) Version: 13.0.35.1030
Syntaxpublic MemoryStream Data { get; }
Public ReadOnly Property Data As MemoryStream
Get
Property Value
Type:
MemoryStream
The attachment data stream.
See Also