Platform SDK: SMTP Server Events

IMessageRouter::GetNextHopFree

[This is preliminary documentation and subject to change.]

Called on router sinks to notify that the next hop location has been used.

[local]
HRESULT GetNextHopFree(
   [in]  LPSTR   pszDestinationAddressType, 
   [in]  LPSTR   pszDestinationAddress, 
   [in]  LPSTR   pszConnectorName,
   [in]  LPSTR   pszRouteAddressType,
   [in]  LPSTR   pszRouteAddress,
   [in]  LPSTR   pszRouteAddressClass
);
pszDestinationAddressType
The destination address type.
pszDestinationAddress
The destination address.
pszConnectorName
pszRouteAddressType
The routing address type.
pszRouteAddress
The routing address.
pszRouteAddressClass
The routing address class.

Return Values

Remarks