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

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


InetTransport.UseTempFilesForIncoming

InetTransport     See also    


Defines whether temporary files are used when receiving messages.

Declaration

[C++]
    void setUseTempFilesForIncoming(bool Value);
    bool getUseTempFilesForIncoming(void);

[Pascal]
    property UseTempFilesForIncoming : boolean;

[VB6]
    Property UseTempFilesForIncoming As Boolean

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

[C#]
    public bool UseTempFilesForIncoming;

[VB.NET]
    Public Property UseTempFilesForIncoming As Boolean

[Java]
    public void setUseTempFilesForIncoming(bool value);
    public bool getUseTempFilesForIncoming();

[Java ME]
    not applicable;

[Palm]
    not applicable;

[DLL]
    void __stdcall MCInetTransportSetUseTempFilesForIncoming(HMCInetTransport h, bool value);
    bool __stdcall MCInetTransportGetUseTempFilesForIncoming(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 receiving messages. Temporary files are used to reduce memory load on busy servers or when large messages are transfered. Temporary files are created when message size exceeds IncomingMemoryThreshold property value. When the value is true, temporary files are created. When the value is false, the memory buffers are used instead.

See also:     IncomingMemoryThreshold     TempFilesFolder    

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