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 EMailEnvelope : Carrier
public EMailEnvelope()
public virtual EMailSOInfo EMailSOInfo { get; set; }
[JsonIgnore] public EMailFlags? Flags { get; set; }
[JsonProperty("Flags")] public string Flags_String { get; set; }
public virtual EMailAddress From { get; set; }
public virtual string MessageId { get; set; }
[JsonIgnore] public EMailPriority? Priority { get; set; }
[JsonProperty("Priority")] public string Priority_String { get; set; }
public virtual DateTime Sent { get; set; }
public virtual int ServerId { get; set; }
public virtual string ServerIdentifier { get; set; }
public virtual int Size { get; set; }
public virtual string Subject { get; set; }
public virtual EMailAddress[] To { get; set; }
Was this page helpful?