Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class IncomingMessage : Carrier
public IncomingMessage()
public virtual string Content { get; set; }
public virtual string Format { get; set; }
public virtual string From { get; set; }
public virtual string Plugin { get; set; }
public virtual string SessionKey { get; set; }
public virtual string To { get; set; }
Was this page helpful?