IMimeHeaderTable::SetRowNumber method

Changes the row number for a row in the header table.

Syntax

HRESULT SetRowNumber(
  [in] HHEADERROW hRow,
  [in] DWORD      dwRowNumber
);

Parameters

hRow [in]

Type: HHEADERROW

Specifies the handle of the row to set the row number for.

dwRowNumber [in]

Type: DWORD

Specifies the row number.

Return value

Type: HRESULT

Returns one of the following values.

Return code Description
S_OK
Indicates success.
MIME_E_INVALID_HANDLE
Indicates that hRow is an invalid handle.

Remarks

The row number specifies the row's relative position in the header when it is saved. Rows are positioned in ascending numerical order from the top to the bottom of the header.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Product
Outlook Express 6.0
Header
Mimeole.h
IDL
Mimeole.idl
DLL
Inetcomm.dll (version 6.0 or later)