FileAttachment.Content Property

Definition

Gets the content of the attachment in memory. Content is set only when the Load method is called.

public:
 property cli::array <System::Byte> ^ Content { cli::array <System::Byte> ^ get(); };
public byte[] Content { get; }
Public ReadOnly Property Content As Byte()

Property Value

Byte[]

The attachment as an array of bytes.

Applies to