Class InboundEmailRejectionResponse
An inbound email that was discarded without running an agent.
Inheritance
InboundEmailRejectionResponse
Assembly: Seclai.dll
Syntax
public sealed class InboundEmailRejectionResponse
Properties
AgentId
Declaration
[JsonPropertyName("agent_id")]
public string? AgentId { get; set; }
Property Value
CreatedAt
Declaration
[JsonPropertyName("created_at")]
public string CreatedAt { get; set; }
Property Value
Id
Declaration
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
MessageId
Declaration
[JsonPropertyName("message_id")]
public string? MessageId { get; set; }
Property Value
Reason
Declaration
[JsonPropertyName("reason")]
public string Reason { get; set; }
Property Value
Recipient
Declaration
[JsonPropertyName("recipient")]
public string Recipient { get; set; }
Property Value
Sender
Declaration
[JsonPropertyName("sender")]
public string Sender { get; set; }
Property Value
SenderIp
Declaration
[JsonPropertyName("sender_ip")]
public string? SenderIp { get; set; }
Property Value
Subject
Declaration
[JsonPropertyName("subject")]
public string? Subject { get; set; }
Property Value