FileAttachment.Content Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.