Attachment.EncodedContent Property


Gets the enconded content (raw data) of the attachment.

[Visual Basic]
Public Property EncodedContent() As Byte
[C#]
public byte[] EncodedContent {get; }
[C++]
public: __property array<unsigned char>^ get_EncodedContent();
[JScript]
public function get EncodedContent() : Byte[];

Property Value

A unsigned byte array containing the attachment raw data.

See Also

Mail.Attachments Property

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