We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3926c45 commit 4df83b1Copy full SHA for 4df83b1
Example Projects/dotNetCoreExample/Examples/Bulk/BulkSendComplexExample.cs
@@ -44,7 +44,7 @@ public SendResponse RunExample()
44
45
var metadata = new List<IMetadata>()
46
{
47
- new Metadata("example-type", "basic-send-complex"),
+ new Metadata("example-type", "bulk-send-complex"),
48
new Metadata()
49
50
Key = "message-contains",
@@ -57,7 +57,7 @@ public SendResponse RunExample()
57
58
message.Metadata.Add("x-mycustommetadata", "I am custom metadata");
59
60
- message.Tags.Add("Basic-Complex-Example");
+ message.Tags.Add("Bulk-Complex-Example");
61
message.Tags.Add("c#-Example");
62
63
// Build the Content (Note the %% symbols used to denote the data to be merged)
0 commit comments