IIMAPTransport::ResetMsgSeqNumToUID method

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

Resets the variables used to maintain the MsgSeqNumToUID table. Called automatically whenever the MsgSeqNumToUID table becomes invalid, such as when a new mailbox is selected or the server connect is interrupted.

Syntax

HRESULT ResetMsgSeqNumToUID();

Parameters

This method has no parameters.

Return value

Type: HRESULT

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

Remarks

The MsgSeqNumToUID table maps message sequence numbers to unique identifiers (UIDs). If the client uses message sequence numbers exclusively to identify messages to the server, then this method is not required.

Because this method is called automatically, it does not normally need to be called by the client.

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)