Gets the content (binary data) of the attachment.
[Visual Basic] Public Property Content() As Byte
[C#] public byte[] Content {get; }
[C++] public: __property array<unsigned char>^ get_Content();
[JScript] public function get Content() : Byte[];
Property Value
See Also
Online Tutorials
Parse Email in C# - Tutorial
Parse winmail.dat(TNEF) in C# - Tutorial
Parse Email in VB.NET - Tutorial
Parse winmail.dat(TNEF) in VB.NET - Tutorial
Parse Email in C++/CLI - Tutorial
Parse winmail.dat(TNEF) in C++/CLI - Tutorial