|
ChatWnd::ChatLogEnabled
The ChatWnd::ChatLogEnabled property sets or gets the
"Logging" option of the chat window. This affects whether or not
Messenger Plus! saves the content of the chat in a log file. This
does not affect Messenger's own XML logs.
Syntax
This is a read/write property.
[boolean] ChatLogEnabled;
Data Type
A boolean value specifying if the chat is currently being
logged.
This property typically fails for the following reason:
- The ChatWnd object refers to a window that has been
destroyed.
Remarks
Messenger Plus! saves the content of the chat at regular
intervals or on specific occasions like when a chat log is opened
from the chat window. If the property is changed, it takes affects
immediately and only for messages received after that. Also, if the
window is closed and re-opened, the property is set back to its
original value based on the user's preferences.
Property Information
| Object |
ChatWnd |
| Availability |
Messenger Plus! Live 4.00 |
See Also
ChatWnd Object.
|