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 unsigned char __gc[]* get_EncodedContent();
[JScript]
public function get EncodedContent() : Byte[];

Property Value

A unsigned byte array containing the attachment raw data.