MailClient.LogFileName Property


Gets or sets the log file name for mail transaction.

[Visual Basic 6.0]
Public Property Get LogFileName() As String
Public Property Let LogFileName(newVal As String)
[Visual C++]
public: get_LogFileName(BSTR* pVal);
public: put_LogFileName(BSTR newVal);

Property Value

A valid file name with full path that logs the mail transation.

Remarks

Log file will be created if it does not exist; otherwise new content will be appended at the end of the file.

See Also

MailClient.Conversation Property