Search Results for

    Show / Hide Table of Contents

    Class InboundEmailRejectionResponse

    An inbound email that was discarded without running an agent.

    Inheritance
    object
    InboundEmailRejectionResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Seclai.Models
    Assembly: Seclai.dll
    Syntax
    public sealed class InboundEmailRejectionResponse

    Properties

    AgentId

    Declaration
    [JsonPropertyName("agent_id")]
    public string? AgentId { get; set; }
    Property Value
    Type Description
    string

    CreatedAt

    Declaration
    [JsonPropertyName("created_at")]
    public string CreatedAt { get; set; }
    Property Value
    Type Description
    string

    Id

    Declaration
    [JsonPropertyName("id")]
    public string Id { get; set; }
    Property Value
    Type Description
    string

    MessageId

    Declaration
    [JsonPropertyName("message_id")]
    public string? MessageId { get; set; }
    Property Value
    Type Description
    string

    Reason

    Declaration
    [JsonPropertyName("reason")]
    public string Reason { get; set; }
    Property Value
    Type Description
    string

    Recipient

    Declaration
    [JsonPropertyName("recipient")]
    public string Recipient { get; set; }
    Property Value
    Type Description
    string

    Sender

    Declaration
    [JsonPropertyName("sender")]
    public string Sender { get; set; }
    Property Value
    Type Description
    string

    SenderIp

    Declaration
    [JsonPropertyName("sender_ip")]
    public string? SenderIp { get; set; }
    Property Value
    Type Description
    string

    Subject

    Declaration
    [JsonPropertyName("subject")]
    public string? Subject { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX