Class BlockEmailSenderRequest
Add one sender/domain to the account blocklist (shared REST request).
Inheritance
BlockEmailSenderRequest
Assembly: Seclai.dll
Syntax
public sealed class BlockEmailSenderRequest
Properties
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