Search Results for

    Show / Hide Table of Contents

    Class MailQueueItem

    A simple MailQueueItem Poco

    Inheritance
    System.Object
    MailQueueItem
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.Mailing
    Assembly: Simplic.Framework.dll
    Syntax
    public class MailQueueItem

    Properties

    | Improve this Doc View Source

    Attachments

    A list of MailAttachment items.

    Declaration
    public IList<MailAttachment> Attachments { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<MailAttachment>
    | Improve this Doc View Source

    Bcc

    Email BCC

    Declaration
    public string Bcc { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Body

    Email body text

    Declaration
    public string Body { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Cc

    Email CC

    Declaration
    public string Cc { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    CreateDateTime

    Holds the value of when this item is created.

    Declaration
    public DateTime CreateDateTime { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    Ident

    Represents Mail Queue Item Id

    Declaration
    public long Ident { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    OutputDocumentId

    Gets or sets the linked output document

    Declaration
    public Guid? OutputDocumentId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    Recipients

    A string of recipients seperated by ',' character.

    Declaration
    public string Recipients { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    SendAt

    Gets or sets the SendAt datetime

    Declaration
    public DateTime? SendAt { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>
    | Improve this Doc View Source

    Sender

    Email sender

    Declaration
    public string Sender { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Status

    Mail Queue Item Status. This status is used by another service to determine if this mail queue item should be sent or not.

    Declaration
    public MailQueueStatus Status { get; set; }
    Property Value
    Type Description
    MailQueueStatus
    | Improve this Doc View Source

    Subject

    Email subject

    Declaration
    public string Subject { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx