Class BlockedEmailSenderResponse
A single blocked inbound email sender.
Inheritance
BlockedEmailSenderResponse
Assembly: Seclai.dll
Syntax
public sealed class BlockedEmailSenderResponse
Properties
CreatedAt
Declaration
[JsonPropertyName("created_at")]
public string CreatedAt { get; set; }
Property Value
Id
Declaration
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
MatchType
Declaration
[JsonPropertyName("match_type")]
public string MatchType { get; set; }
Property Value
Note
Declaration
[JsonPropertyName("note")]
public string? Note { get; set; }
Property Value
SenderEmail
Declaration
[JsonPropertyName("sender_email")]
public string SenderEmail { get; set; }
Property Value
Source
Declaration
[JsonPropertyName("source")]
public string Source { get; set; }
Property Value