Previous Topic: Method ImportMAPIMessageNext Topic: Interface IWgnImportConnector2


Method GetStatusString

Following a successful import operation, the return code is: S_OK. If an error occurs, use this method to find the string value (that is, an explanation) of the error.

HRESULT GetStatusString(
    [in] long             hResult,
    [out,retval] BSTR*    statusString
};

Return values for GetStatusString method

E_INVALIDARG 0x80070057

Indicates that an invalid argument was passed to the method.

More information:

Error Codes