GetGWSubmitInterval

The GetGWSubmitInterval function retrieves the current submission interval (in seconds).

Quick Info

Header file: GWMAIN.H
Library: GWMAIN.LIB

DWORD GetGWSubmitInterval(
  LPVOID lpParameter  
);
 

Parameters

lpParameter
Points to the thread handle from HrGWStartNewMailHandler.

Return Values

The current submission interval (in seconds).

Remarks

Whenever a gateway transfers a message to a server's MTS-IN folder, it submits the message to that server. Occassionally, Microsoft Exchange Server cannot accept the submission of a message, and the gateway must wait a period of time before it should attempt a re-submission. This period of time is called the submission interval.

See Also

HrGWStartNewMailHandler