diff --git a/GreenArrow.Engine/Model/Events/DeliveryAttempt.cs b/GreenArrow.Engine/Model/Events/DeliveryAttempt.cs index ee007bc..5606579 100755 --- a/GreenArrow.Engine/Model/Events/DeliveryAttempt.cs +++ b/GreenArrow.Engine/Model/Events/DeliveryAttempt.cs @@ -123,7 +123,7 @@ public enum StatusEnum /// /// Internal use Studio feature that’s not yet documented. /// - public int Sendsliceid { get; init; } + public string Sendsliceid { get; init; } /// /// Blank if the delivery attempt took place using an SMTP Relay Server or the default Throttling Rule. @@ -152,7 +152,7 @@ public enum StatusEnum /// Folded headers will simply contain the folding newlines/whitespace. /// As a header may be included in an email multiple times, the value of the JSON object is an array of strings. /// - public object Headers { get; init; } + public Dictionary> Headers { get; init; } /// /// The size of the message (in bytes), if loaded from storage.