TransportUIDsChanged

This function determines whether or not a server has changed all the service identifiers since the last connection.

At a Glance

Header file: Msgstor2.h
Platforms: H/PC 3.0
Windows CE versions: 2.10 and later

Syntax

BOOL TransportUIDsChanged(HANDLE hService, BOOL *pfChanged);

Parameters

hService
[in] Handle to a private SERVICE structure.
pfChanged
[out] Pointer a Boolean that indicates the result of the query. If set to TRUE, the server has changed all the service identifiers since the last connection. If set to FALSE, the server has not changed all the service identifiers.

Return Values

TRUE indicates success. FALSE indicates failure. To get extended error information, call the function TransportError or TransportErrorMsg.

Remarks

The transport service provider must implement this function in a DLL registered as a mail service. The Inbox application can then load this DLL and call this function.