LogFileName Property

Log file to record sessions between client and server.


Data Type: String

Remarks

If the specified file exists, new content will be appended at the end of the file. Otherwise, a log file will be automatically built.

If the file name is not specified, no log file would be generated.

Usage Example

[Visual Basic]

Dim oPop3 As ANPOPLib.POPMAIN
Set oPop3 = new ANPOPLib.POPMAIN
oPop3.LogFileName = "c:\pop3.log"
[C#]
POPMAINClass oPop3 = new POPMAINClass();
oPop3.LogFileName = "c:\\pop3.log"


2001-2007 © Copyright AdminSystem Software Limited. All rights reserved.