MobiLink Synchronization User's Guide
Writing Synchronization Scripts in .NET
MobiLink .NET API Reference
public class LogMessage : iAnywhere.MobiLink.Script.LogMessage
Member of iAnywhere.MobiLink.Script
Contains information about a message printed to the log.
public LogMessage.MessageType Type
The type of the log message that this instance represents.
public string User
The user for which this message is being logged. It may be null.
public string Text
The main text of the message.