|
InetTransport.FailOnInactive Specifies whether undelivered messages are returned as failed when the transport is deactivated. Declaration
[C++]
[Pascal]
[VB6]
[C#]
[VB.NET]
[Java]
[Java ME]
[Palm]
[DLL] Parameters
Description This property defines what to do with undelivered messages when the transport is being turned off by setting Active to false. If FailOnInactive is true, all pending messages will be marked as failed and returned to messenger. If FailOnInactive is false, the messages will be kept in delivery queue. |
|
