EldoS
MsgConnect home / Documentation / InetTransport.UseTempFilesForOutgoing property
Navigation
Web site
Support
Table Of Contents

Filter: C++  Pascal  ActiveX  C#  VB.NET  Java SE  Java ME  Palm  DLL 


InetTransport.UseTempFilesForOutgoing

InetTransport     See also    


Defines whether temporary files are used when sending messages.

Declaration

[C++]
    void setUseTempFilesForOutgoing(bool Value);
    bool getUseTempFilesForOutgoing(void);

[Pascal]
    property UseTempFilesForOutgoing : boolean;

[VB6]
    Property UseTempFilesForOutgoing As Boolean

[ActiveX]
    HRESULT _stdcall UseTempFilesForOutgoing([in] VARIANT_BOOL Value );
    HRESULT _stdcall UseTempFilesForOutgoing([out, retval] VARIANT_BOOL * Value );

[C#]
    public bool UseTempFilesForOutgoing;

[VB.NET]
    Public Property UseTempFilesForOutgoing As Boolean

[Java]
    public void setUseTempFilesForOutgoing(bool value);
    public bool getUseTempFilesForOutgoing();

[Java ME]
    not applicable;

[Palm]
    not applicable;

[DLL]
    void __stdcall MCInetTransportSetUseTempFilesForOutgoing(HMCInetTransport h, bool value);
    bool __stdcall MCInetTransportGetUseTempFilesForOutgoing(HMCInetTransport h);

Parameters

  • h - handle to the object that was returned by Create method

Description

    This property defines whether temporary files must be used when sending messages. Temporary files are used to reduce memory load on busy clients or when large messages are transfered. Temporary files are created when message size exceeds OutgoingMemoryThreshold property value. When the value is true, temporary files are created. When the value is false, the memory buffers are used instead.

See also:     OutgoingMemoryThreshold     TempFilesFolder    

 
Contact Us | Subscribe | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2005, EldoS Corporation