Class BlockedEmailSenderListResponse
A page of blocked senders + the account's auto-block mode.
Inheritance
BlockedEmailSenderListResponse
Assembly: Seclai.dll
Syntax
public sealed class BlockedEmailSenderListResponse
Properties
AutoBlockMode
Declaration
[JsonPropertyName("auto_block_mode")]
public string AutoBlockMode { get; set; }
Property Value
Items
Declaration
[JsonPropertyName("items")]
public List<BlockedEmailSenderResponse> Items { get; set; }
Property Value
Total
Declaration
[JsonPropertyName("total")]
public int Total { get; set; }
Property Value