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 EMailFolder : Carrier
public EMailFolder()
public virtual string Delimiter { get; set; }
public virtual int EmailFolderId { get; set; }
public virtual string Flags { get; set; }
public virtual string Name { get; set; }
public virtual bool Subscribed { get; set; }
public virtual int TotalItems { get; set; }
public virtual int UnreadItems { get; set; }
Was this page helpful?