DotNetOpenMail 0.5.7 (beta)

AbstractEmailAttachment._contentbytes Field

The binary source of the file

[Visual Basic]
Protected _contentbytes As Byte()
[C#]
protected byte[] _contentbytes;
[C++]
protected: char _contentbytes __gc[];
[JScript]
protected var _contentbytes: Byte[];

See Also

AbstractEmailAttachment Class | DotNetOpenMail Namespace