Skip to content
DocsTry Aspire
DocsTry

GetEmailDetailsResponseData Properties

ClassProperties26 members
Represents the GetEmailDetailsResponseData payload.
ApiKeyIdSection titled ApiKeyIdnullableint?
Gets or sets api_key_id.
public int? ApiKeyId { get; set; }
ApiKeyNameSection titled ApiKeyNamenullablestring?
Gets or sets api_key_name.
public string? ApiKeyName { get; set; }
AttachmentsJsonSection titled AttachmentsJsonnullablestring?
Gets or sets attachments_json.
public string? AttachmentsJson { get; set; }
CreatedAtSection titled CreatedAtnullableDateTimeOffset?
Gets or sets created_at.
public DateTimeOffset? CreatedAt { get; set; }
ErrorMessageSection titled ErrorMessagenullablestring?
Gets or sets error_message.
public string? ErrorMessage { get; set; }
HeadersJsonSection titled HeadersJsonnullablestring?
Gets or sets headers_json.
public string? HeadersJson { get; set; }
HtmlBodySection titled HtmlBodynullablestring?
Gets or sets html_body.
public string? HtmlBody { get; set; }
IdSection titled Idnullableint?
Gets or sets id.
public int? Id { get; set; }
ListUnsubscribeMailtoSection titled ListUnsubscribeMailtonullablestring?
Gets or sets list_unsubscribe_mailto.
public string? ListUnsubscribeMailto { get; set; }
ListUnsubscribePostSection titled ListUnsubscribePostnullablebool?
Gets or sets list_unsubscribe_post.
public bool? ListUnsubscribePost { get; set; }
ListUnsubscribeUrlSection titled ListUnsubscribeUrlnullablestring?
Gets or sets list_unsubscribe_url.
public string? ListUnsubscribeUrl { get; set; }
ProviderSection titled Providernullablestring?
Gets or sets provider.
public string? Provider { get; set; }
RecipientsSection titled RecipientsnullableIReadOnlyList<string>
Gets or sets recipients.
public IReadOnlyList<string>? Recipients { get; set; }
RetryCountSection titled RetryCountnullableint?
Gets or sets retry_count.
public int? RetryCount { get; set; }
ScheduledAtSection titled ScheduledAtnullableDateTimeOffset?
Gets or sets scheduled_at.
public DateTimeOffset? ScheduledAt { get; set; }
SenderSection titled Sendernullablestring?
Gets or sets sender.
public string? Sender { get; set; }
SentAtSection titled SentAtnullableDateTimeOffset?
Gets or sets sent_at.
public DateTimeOffset? SentAt { get; set; }
SmtpHostnameSection titled SmtpHostnamenullablestring?
Gets or sets smtp_hostname.
public string? SmtpHostname { get; set; }
StatusSection titled Statusnullablestring?
Gets or sets status.
public string? Status { get; set; }
SubjectSection titled Subjectnullablestring?
Gets or sets subject.
public string? Subject { get; set; }
TemplateNameSection titled TemplateNamenullablestring?
Gets or sets template_name.
public string? TemplateName { get; set; }
TextBodySection titled TextBodynullablestring?
Gets or sets text_body.
public string? TextBody { get; set; }
UnsubscribeListIdSection titled UnsubscribeListIdnullableint?
Gets or sets unsubscribe_list_id.
public int? UnsubscribeListId { get; set; }
UserIdSection titled UserIdnullableint?
Gets or sets user_id.
public int? UserId { get; set; }
UuidSection titled Uuidnullablestring?
Gets or sets uuid.
public string? Uuid { get; set; }
WorkspaceIdSection titled WorkspaceIdnullableint?
Gets or sets workspace_id.
public int? WorkspaceId { get; set; }