Platform SDK: SMTP Server Events

IMsgTrackLog::OnSyncLogMsgTrackInfo

[This is preliminary documentation and subject to change.]

The IMsgTrackLog::OnSyncLogMsgTrackInfo method is called by the SMTP service event dispatcher to notify event sinks of the OnLogMsg event.

HRESULT OnSyncLogMsgTrackInfo(
   [in] IUnknown *pIServer,
   [in] IMailMsgProperties *pIMailMsgProp, 
   [in] LPMSG_TRACK_INFO pMsgTrackInfo
);
pIServer
A reference to an SMTP Server object containing information about the virtual server processing the message.
pIMailMsgProp
A reference to the MailMsg object being processed.
pMsgTrackInfo
A structure containing tracking information for the message.

Return Values

Value Description
S_OK Success. The hostname and associated IP address have been returned.

Remarks