File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -326,7 +326,13 @@ public BounceClass BounceClassEnum
326
326
/// </summary>
327
327
public string RemoteAddress { get ; set ; }
328
328
329
- public override string ToString ( )
329
+ /// <summary>
330
+ /// Not documented.
331
+ /// "remote_addr": "http://www.domain.com",
332
+ /// </summary>
333
+ public string TargetLinkUrl { get ; set ; }
334
+
335
+ public override string ToString ( )
330
336
{
331
337
return $ "{ TypeEnum } from { FriendlyFrom } to { RecipientTo } ";
332
338
}
Original file line number Diff line number Diff line change @@ -135,8 +135,9 @@ private static IEnumerable<MessageEvent> ConvertResultsToAListOfMessageEvents(dy
135
135
Transactional = result . transactional ,
136
136
RemoteAddress = result . remote_addr ,
137
137
Metadata = metadata ,
138
- Tags = tags
139
- } ) ;
138
+ Tags = tags ,
139
+ TargetLinkUrl = result . target_link_url
140
+ } ) ;
140
141
}
141
142
return messageEvents ;
142
143
}
You can’t perform that action at this time.
0 commit comments