Attachment.Content Property


Gets the content (binary data) of the attachment.

[VisualĀ Basic]
Public Property Content() As Byte
[C#]
public byte[] Content {get; }
[C++]
public: __property unsigned char __gc[]* get_Content();
[JScript]
public function get Content() : Byte[];

Property Value

A unsigned byte array containing the attachment binary data.