Beispiel #1
0
 public IEmailBodyBuilder RemovePlaceholder(string patternToMatch)
 {
     Placeholders.Remove(patternToMatch);
     return(this);
 }