Legato
Legato

GoFiler Script Reference

 

Legato v 1.3q

Application v 5.17a

  

 

Chapter SixFile Functions (continued)

MIMEItemToDataObject Function‡

Overview

The MIMEItemToDataObject function extracts an entry from a MIME Object to a new Data Object.

Syntax/Parameters

Syntax

handle = MIMEItemToDataObject ( handle hMIME, int index );

Parameters

hMIME

A handle for a MIME Object created with the MIMEOpen function.

index

An int specifying the zero-based index for an item within the MIME Object.

Return Value

Returns a handle to a Data Object or NULL_HANDLE on failure. Use the GetLastError function to retrieve a formatted error code.

Remarks

[not complete]

Related Functions