This document is archived and information here might be outdated. Recommended version. |
Attachment as bytes.
[Visual Basic .NET]
Public Property Data As Byte[]
[C#]
public Byte[] Data {get; set;}
[C++]
HRESULT get_Data(
SAFEARRAY(System.Byte)* Data
);
[C++]
HRESULT put_Data(
SafeArray Data
);
[C++] Parameters Data [out, retval]
Data is a parameter of type SAFEARRAY(unsigned char)* Data [in]
Data is a parameter of type SAFEARRAY(unsigned char)