Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Commit

Permalink
Add 'received' to the LogType enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Jericho committed Mar 28, 2019
1 parent 4329dca commit 06e335c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Source/CakeMail.RestClient/Models/LogType.cs
Expand Up @@ -128,6 +128,12 @@ public enum LogType
/// DNS failure
/// </summary>
[EnumMember(Value = "bounce_df")]
DnsFailure
DnsFailure,

/// <summary>
/// Received
/// </summary>
[EnumMember(Value = "received")]
Received
}
}

0 comments on commit 06e335c

Please sign in to comment.