We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7380f2b commit 9f283ecCopy full SHA for 9f283ec
dotnetv3/Pinpoint/SendEmailMessage/SendEmail.cs
@@ -91,7 +91,7 @@ public static async Task<MessageResponse> SendEmailMessage(
91
toAddress,
92
new AddressConfiguration
93
{
94
- ChannelType = "EMAIL"
+ ChannelType = ChannelType.EMAIL
95
}
96
97
},
0 commit comments