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 PreviewMailingHeader : Carrier
public PreviewMailingHeader()
public virtual int Configuration { get; set; }
public virtual int DocumentMessageId { get; set; }
public virtual string FromAddress { get; set; }
public virtual int MessageId { get; set; }
public virtual string MessageSubject { get; set; }
public virtual int NumBounced { get; set; }
public virtual int NumClicks { get; set; }
public virtual int NumOpened { get; set; }
public virtual int NumSent { get; set; }
public virtual string PersonFullName { get; set; }
public virtual int PersonId { get; set; }
public virtual string ShipmentDescription { get; set; }
public virtual int ShipmentId { get; set; }
public virtual string ShipmentType { get; set; }
public virtual DateTime StartDate { get; set; }
[JsonIgnore] public ShipmentStatus? Status { get; set; }
[JsonProperty("Status")] public string Status_String { get; set; }
Was this page helpful?