Search Results for

    Show / Hide Table of Contents

    Class InboundEmailStatusResponse

    Inheritance
    object
    InboundEmailStatusResponse
    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 InboundEmailStatusResponse

    Properties

    Paused

    Declaration
    [JsonPropertyName("paused")]
    public bool Paused { get; set; }
    Property Value
    Type Description
    bool

    QueuedBacklog

    Declaration
    [JsonPropertyName("queued_backlog")]
    public int QueuedBacklog { get; set; }
    Property Value
    Type Description
    int
    In this article
    Back to top Generated by DocFX