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 AttachmentPreview : Carrier
public AttachmentPreview()
public virtual byte[] Content { get; set; }
public virtual AttachmentEntity[] EmailAttachmentsInfo { get; set; }
public virtual string EmailCc { get; set; }
public virtual DateTime EmailDate { get; set; }
public virtual string EmailFrom { get; set; }
public virtual string EmailSubject { get; set; }
public virtual string EmailTo { get; set; }
public virtual string MimeType { get; set; }
public virtual string Name { get; set; }
public virtual int Size { get; set; }
Was this page helpful?