GetBounceTags() public méthode

Returns a list of tags used for the current server.
public GetBounceTags ( ) : IEnumerable
Résultat IEnumerable
 public void Can_get_bounce_tags()
 {
     var postmark = new PostmarkClient(_serverToken);
     var stats = postmark.GetBounceTags();
     Assert.IsNotNull(stats);
 }