IRangeList::Load method

[IRangeList::Load is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]

Replaces the internal message range list representation with one saved by the IRangeList::Save method.

Syntax

HRESULT Load(
  [in]       byte  *pbSource,
  [in] const ULONG ulSizeOfSource
);

Parameters

pbSource [in]

Type: byte*

Specifies a pointer to the saved internal range list representation to load.

ulSizeOfSource [in]

Type: const ULONG

Specifies a ULONG that contains the size of the data pointed to by pbSource.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

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