Type | Description | |||
Variant | A safe array of bytes as VARIANT (VT_ARRAY | VT_UI1) or VT_EMPTY if no data is provided for the attachement., |
The following VB sample enumerates byte by byte, the data of the attachement:
Dim h As Variant For Each h In a.Data Debug.Print h Next