コード例 #1
0
 public static AmazonSESNotification Parse(string notification)
 {
     return(ParseTool.ParseAmazonSESNotification(notification));
 }
コード例 #2
0
 public new static AmazonSESDeliveryNotification Parse(string notification)
 {
     return((AmazonSESDeliveryNotification)ParseTool.ParseAmazonSESNotification(notification, typeof(AmazonSESDeliveryNotification)));
 }